Changes between Version 14 and Version 15 of S2S_PERSIST_MODEL_R0
- Timestamp:
- 12/12/08 17:49:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_PERSIST_MODEL_R0
v14 v15 48 48 * There is a problem with the JavaDB, it does not have Boolean/Bool/Bit type, we should resolve it. 49 49 50 * Here are the refactored tests for the persistence module and the new ones testing the new logic: [[changeset:7 73]]50 * Here are the refactored tests for the persistence module and the new ones testing the new logic: [[changeset:766]],[[changeset:773]] 51 51 [source:trunk/sophie2-platform/modules/org.sophie2.server.persistence/src/test/java/org/sophie2/server/persistence/EmbeddedDatabaseManagerTest.java][[BR]] 52 52 [source:trunk/sophie2-platform/modules/org.sophie2.server.persistence/src/test/java/org/sophie2/server/persistence/dao/GroupDaoTest.java][[BR]] … … 55 55 56 56 = Implementation = 57 The implementation is in [[changeset:76 7]] and [[changeset:773]].57 The implementation is in [[changeset:766]], [[changeset:767]] and [[changeset:773]]. 58 58 59 59 = Testing =