Index: topia-service/src/test/org/codelutin/topia/history/HistoryTest.java diff -u topia-service/src/test/org/codelutin/topia/history/HistoryTest.java:1.2 topia-service/src/test/org/codelutin/topia/history/HistoryTest.java:1.3 --- topia-service/src/test/org/codelutin/topia/history/HistoryTest.java:1.2 Wed Oct 18 08:46:34 2006 +++ topia-service/src/test/org/codelutin/topia/history/HistoryTest.java Mon Apr 2 13:45:32 2007 @@ -23,10 +23,10 @@ * Created: 16 oct. 06 18:27:54 * * @author poussin - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * - * Last update: $Date: 2006/10/18 08:46:34 $ - * by : $Author: ruchaud $ + * Last update: $Date: 2007/04/02 13:45:32 $ + * by : $Author: bpoussin $ */ package org.codelutin.topia.history; @@ -106,7 +106,7 @@ childContext.closeContext(); - TopiaHistoryService ths = TopiaHistoryHelper.get(context); + TopiaHistoryService ths = context.getService(TopiaHistoryService.class); System.out.println("Created: " + ths.findLastAction(-1, null, null, TopiaSecurityUtil.CREATE)); System.out.println("Delete: " + ths.findLastAction(-1, null, null,