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:
Mikhail Golubev
2015-03-05 14:28:01 +03:00
parent b1b9f7323a
commit 3bd1610ec9
@@ -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);