Author: scabanovich
Date: 2010-10-28 11:39:28 -0400 (Thu, 28 Oct 2010)
New Revision: 26106
Modified:
trunk/jst/tests/org.jboss.tools.jst.web.kb.test/src/org/jboss/tools/jst/web/kb/test/JstWebKbAllTests.java
Log:
JBIDE-7319
https://jira.jboss.org/browse/JBIDE-7319
Modified:
trunk/jst/tests/org.jboss.tools.jst.web.kb.test/src/org/jboss/tools/jst/web/kb/test/JstWebKbAllTests.java
===================================================================
---
trunk/jst/tests/org.jboss.tools.jst.web.kb.test/src/org/jboss/tools/jst/web/kb/test/JstWebKbAllTests.java 2010-10-28
14:59:27 UTC (rev 26105)
+++
trunk/jst/tests/org.jboss.tools.jst.web.kb.test/src/org/jboss/tools/jst/web/kb/test/JstWebKbAllTests.java 2010-10-28
15:39:28 UTC (rev 26106)
@@ -23,14 +23,15 @@
public static Test suite() {
TestSuite suite = new TestSuite(JstWebKbAllTests.class.getName());
+ suite.addTestSuite(KbModelStorageTest.class);
suite.addTestSuite(KbModelTest.class);
suite.addTestSuite(MyFacesKbModelTest.class);
suite.addTestSuite(MyFacesKbModelWithMetadataInSourcesTest.class);
suite.addTestSuite(WebKbTest.class);
ProjectImportTestSetup testSetup = new XProjectImportTestSetUp(suite,
"org.jboss.tools.jst.web.kb.test",
- new String[]{"projects/TestKbModel", "projects/MyFaces",
"projects/MyFaces2"},
- new String[]{"TestKbModel", "MyFaces", "MyFaces2"});
+ new String[]{"projects/TestKbModel", "projects/MyFaces",
"projects/MyFaces2", "projects/TestKbModel2"},
+ new String[]{"TestKbModel", "MyFaces", "MyFaces2",
"TestKbModel2"});
return testSetup;
}
}
\ No newline at end of file