Remove aggregation tests
------------------------
Key: JBPM-1203
URL:
http://jira.jboss.com/jira/browse/JBPM-1203
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: jPDL 3
Reporter: Thomas Diesler
These types of tests are unnecessary
public class AllTests extends TestCase {
public static Test suite() {
try {
TestSuite suite = new TestSuite("org.jbpm");
//$JUnit-BEGIN$
suite.addTest(AllPojoTests.suite());
suite.addTest(AllDbTests.suite());
suite.addTestSuite(SerializabilityTest.class);
//$JUnit-END$
return suite;
} catch (Throwable t) {
t.printStackTrace();
return null;
}
}
ant as well as maven supports includes/excludes that are easier to maintain
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira