[
https://jira.jboss.org/jira/browse/JBPM-1812?page=com.atlassian.jira.plug...
]
Alejandro Guizar commented on JBPM-1812:
----------------------------------------
I made the examples extend AbstractDbTestCase, which made them far less verbose. I made
the test cases delete the process definition upon teardown and prevented a create-drop
cycle in every test method, achieving faster runs.
Despite the above work, fixing all tests that don't cleanup is still far from
complete. I'm stopping progress temporarily. I might have to postpone to a later
release.
Fix tests that don't cleanup the database
-----------------------------------------
Key: JBPM-1812
URL:
https://jira.jboss.org/jira/browse/JBPM-1812
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Core Engine
Reporter: Thomas Diesler
Assignee: Alejandro Guizar
Priority: Minor
Fix For: jBPM 3.2.6 GA
if ((count == null) || (count != 0))
{
hasLeftOvers = true;
//System.err.println("FIXME: " + getClass().getName() + "." +
getName() + " left " + count + " records in " + tableName);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira