mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Use authenticated endpoint for Trac tests
Otherwise tests fail since XML_RPC right is no longer granted to anonymous user.
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ public class TracIntegrationTest extends TaskManagerTestCase {
|
||||
public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
myRepository = new TracRepository();
|
||||
myRepository.setUrl("http://trackers-tests.labs.intellij.net:8012/trac-12-p-1/rpc");
|
||||
myRepository.setUrl("http://trackers-tests.labs.intellij.net:8012/trac-12-p-1/login/rpc");
|
||||
myRepository.setPassword("buildtest");
|
||||
myRepository.setUsername("buildtest");
|
||||
myRepository.setUseHttpAuthentication(true);
|
||||
|
||||
Reference in New Issue
Block a user