OPENJPA-1374 allow setUp() code to run, as it is required by tearDown()

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901492 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-01-21 01:33:18 +00:00
parent d23199bf20
commit 3042900de1
1 changed files with 0 additions and 4 deletions

View File

@ -98,10 +98,6 @@ public class TestEquivalentConfiguration extends SingleEMFTestCase {
// Only run on Derby
setSupportedDatabases(
org.apache.openjpa.jdbc.sql.DerbyDictionary.class);
if (isTestsDisabled()) {
return;
}
_system = backup();
clear(_system);
}