Author: akazakov
Date: 2011-11-10 15:47:37 -0500 (Thu, 10 Nov 2011)
New Revision: 36284
Modified:
trunk/common/tests/org.jboss.tools.common.mylyn.test/src/org/jboss/tools/common/mylyn/test/RepositoryTest.java
Log:
JBIDE-9351 Added tests for JIRA connectors for mylyn
Modified:
trunk/common/tests/org.jboss.tools.common.mylyn.test/src/org/jboss/tools/common/mylyn/test/RepositoryTest.java
===================================================================
---
trunk/common/tests/org.jboss.tools.common.mylyn.test/src/org/jboss/tools/common/mylyn/test/RepositoryTest.java 2011-11-10
20:47:26 UTC (rev 36283)
+++
trunk/common/tests/org.jboss.tools.common.mylyn.test/src/org/jboss/tools/common/mylyn/test/RepositoryTest.java 2011-11-10
20:47:37 UTC (rev 36284)
@@ -26,7 +26,7 @@
}
// FIXME Enable this test when JIRA connector plugins are added to TP & Update site
- public void _testJIRA() {
+ public void testJIRA() {
TaskRepository repo =
TasksUiPlugin.getRepositoryManager().getRepository("jira",
"https://issues.jboss.org");
assertNotNull(repo);
}
Show replies by date