Index: src/java/org/apache/jdo/tck/api/persistencemanager/lifecycle/MakePersistent.java =================================================================== --- src/java/org/apache/jdo/tck/api/persistencemanager/lifecycle/MakePersistent.java (revision 389540) +++ src/java/org/apache/jdo/tck/api/persistencemanager/lifecycle/MakePersistent.java (working copy) @@ -64,6 +64,14 @@ private PCPoint p4 = null; private PCPoint p5 = null; + /** + * Overrides parent method to avoid querying for classes + * that may not exist in the schema + */ + protected void localSetUp() { + addTearDownClass(PCPoint.class); + } + /** */ public void testMakePersistent() { pm = getPM();