mirror of https://github.com/apache/openjpa.git
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:
parent
d23199bf20
commit
3042900de1
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue