test should call super.tearDown() for cleanup

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1027671 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-10-26 18:27:13 +00:00
parent 226c4731c5
commit d62d67fcd9

View File

@ -205,5 +205,6 @@ public class TestRelationFieldAsPrimaryKeyAndForeignKey
em.getTransaction().commit();
em.close();
super.tearDown();
}
}