Clear instances before running the tests

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@660536 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2008-05-27 14:40:17 +00:00
parent 1ad21f614c
commit 8f97a2aea3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.apache.openjpa.persistence.test.SingleEMFTestCase;
*/
public class TestException extends SingleEMFTestCase {
public void setUp() {
super.setUp(PObject.class);
super.setUp(PObject.class, CLEAR_TABLES);
}
/**