Author: nickboldt
Date: 2008-12-18 18:03:49 -0500 (Thu, 18 Dec 2008)
New Revision: 12699
Added:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java
Removed:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java
Log:
[JBIDE-3399] move test class; add into tests builder
Copied:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java
(from rev 12698,
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java)
===================================================================
---
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java
(rev 0)
+++
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java 2008-12-18
23:03:49 UTC (rev 12699)
@@ -0,0 +1,16 @@
+package org.jboss.tools.jbpm.convert;
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.jboss.tools.jmx.core.tests.DefaultMBeanServerConnectionFactoryTest;
+import org.jboss.tools.jmx.core.tests.DefaultProviderTest;
+import org.jboss.tools.jmx.core.tests.NodeBuilderTestCase;
+
+
+public class JBPMConvertAllTests {
+ public static Test suite() {
+ TestSuite suite = new TestSuite();
+ suite.addTestSuite(BpmnConvertTest.class);
+ return suite;
+ }
+}
Property changes on:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/JBPMConvertAllTests.java
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted:
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java
===================================================================
---
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java 2008-12-18
22:56:56 UTC (rev 12698)
+++
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/JBPMConvertAllTests.java 2008-12-18
23:03:49 UTC (rev 12699)
@@ -1,16 +0,0 @@
-package org.jboss.tools.jbpm.convert.test;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.jboss.tools.jmx.core.tests.DefaultMBeanServerConnectionFactoryTest;
-import org.jboss.tools.jmx.core.tests.DefaultProviderTest;
-import org.jboss.tools.jmx.core.tests.NodeBuilderTestCase;
-
-
-public class JBPMConvertAllTests {
- public static Test suite() {
- TestSuite suite = new TestSuite();
- suite.addTestSuite(BpmnConvertTest.class);
- return suite;
- }
-}
Show replies by date