Index: topia/src/test/org/codelutin/topia/persistence/AbstractPersistenceStorageTestCase.java diff -u topia/src/test/org/codelutin/topia/persistence/AbstractPersistenceStorageTestCase.java:1.6 topia/src/test/org/codelutin/topia/persistence/AbstractPersistenceStorageTestCase.java:1.7 --- topia/src/test/org/codelutin/topia/persistence/AbstractPersistenceStorageTestCase.java:1.6 Thu Aug 4 15:55:06 2005 +++ topia/src/test/org/codelutin/topia/persistence/AbstractPersistenceStorageTestCase.java Thu Aug 4 20:59:31 2005 @@ -23,10 +23,10 @@ * Created: 21 juillet 2005 19:57:28 CEST * * @author Benjamin POUSSIN - * @version $Revision: 1.6 $ + * @version $Revision: 1.7 $ * - * Last update: $Date: 2005/08/04 15:55:06 $ - * by : $Author: dessard $ + * Last update: $Date: 2005/08/04 20:59:31 $ + * by : $Author: bpoussin $ */ package org.codelutin.topia.persistence; @@ -64,6 +64,14 @@ tth = new TopiaTransactionHelper(config); } + public void testEventListener() throws Exception { + // TODO + } + + public void testSousTransaction() throws Exception { + // TODO + } + public void testCommit() throws Exception { TopiaTestContext child1 = testContext.createChild(); child1.setTransaction(tth.newTranstaction()); @@ -117,7 +125,7 @@ child1.setTransaction(tth.newTranstaction()); TopiaTestContext child2 = testContext.createChild(); child2.setTransaction(tth.newTranstaction()); - + String id = TopiaId.create(TopiaUser.class); TopiaPersistenceObject o = new TopiaPersistenceObject(id);