[
https://jira.jboss.org/jira/browse/JBPM-1718?page=com.atlassian.jira.plug...
]
Thomas Diesler commented on JBPM-1718:
--------------------------------------
Alejandro sais,
It ain't configuration, it is the AbstractDbTestCase code:
http://anonsvn.jboss.org/repos/jbpm/jbpm3/trunk/modules/core/src/main/jav...
Code:
public void setUp() throws Exception {
createSchema(); // HERE
createJbpmContext();
initializeMembers();
}
public void tearDown() throws Exception {
resetMembers();
closeJbpmContext();
dropSchema(); // AND HERE
super.tearDown();
}
Note however that removing the above lines will be a challenge because many tests depend
on an empty database. Perhaps we could simply clear the tables instead of dropping them?
Of course that would imply caring about constraint violations. Not an easy way out
either.
Pass testsuite against postgresql
---------------------------------
Key: JBPM-1718
URL:
https://jira.jboss.org/jira/browse/JBPM-1718
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: jBPM 3.3.0
--
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