191192193194195196197198199200201
File tmpOClg = new File( tmpDir, "dc.lg" ); assertTrue( tmpOClg.exists() ); // Shutdown and cleanup apacheDS.shutdown(); // Clean the /tmp/objectClass.* files tmpOCdb.delete(); tmpOClg.delete(); }