r1186 - topia-test/trunk/src/test/java/org/codelutin/topiatest
Author: tchemit Date: 2008-10-21 00:46:00 +0000 (Tue, 21 Oct 2008) New Revision: 1186 Modified: topia-test/trunk/src/test/java/org/codelutin/topiatest/TopiaTestCase.java Log: close context beacuse release plugin will failed otherwise ? Modified: topia-test/trunk/src/test/java/org/codelutin/topiatest/TopiaTestCase.java =================================================================== --- topia-test/trunk/src/test/java/org/codelutin/topiatest/TopiaTestCase.java 2008-10-21 00:43:56 UTC (rev 1185) +++ topia-test/trunk/src/test/java/org/codelutin/topiatest/TopiaTestCase.java 2008-10-21 00:46:00 UTC (rev 1186) @@ -152,6 +152,7 @@ assertEquals(company.getDepartment().size(),4); newContext.commitTransaction(); + newContext.closeContext(); } catch (TopiaException e) { log.error("Erreur pendant le test testCompositeAssociations",e); }
participants (1)
-
tchemit@users.labs.libre-entreprise.org