예제 #1
0
 public void setUp() throws Exception {
   super.setUp();
   if (writer.isInTransaction()) {
     writer.abortTransaction();
   }
 }
예제 #2
0
 public static void oneTimeSetUp() throws Exception {
   os = writer;
   ObjectStoreAbstractImplTestCase.oneTimeSetUp();
   realOs = writer.getObjectStore();
 }