branch feature/refactor_reference updated (55c4670 -> 8c38c6e)
This is an automated email from the git hooks/post-receive script. New change to branch feature/refactor_reference in repository observe. See http://git.codelutin.com/observe.git from 55c4670 Fix test new 8c38c6e Fix test The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 8c38c6e1a5e9471222753fca0dd4e4c72e15e98f Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 21 18:37:26 2015 +0100 Fix test Summary of changes: .../observe/services/service/seine/TripSeineGearUseServiceRestTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/refactor_reference in repository observe. See http://git.codelutin.com/observe.git commit 8c38c6e1a5e9471222753fca0dd4e4c72e15e98f Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 21 18:37:26 2015 +0100 Fix test --- .../observe/services/service/seine/TripSeineGearUseServiceRestTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observe-services-rest/src/test/java/fr/ird/observe/services/service/seine/TripSeineGearUseServiceRestTest.java b/observe-services-rest/src/test/java/fr/ird/observe/services/service/seine/TripSeineGearUseServiceRestTest.java index f2bd135..4f6ec04 100644 --- a/observe-services-rest/src/test/java/fr/ird/observe/services/service/seine/TripSeineGearUseServiceRestTest.java +++ b/observe-services-rest/src/test/java/fr/ird/observe/services/service/seine/TripSeineGearUseServiceRestTest.java @@ -65,7 +65,7 @@ public class TripSeineGearUseServiceRestTest extends AbstractServiceRestTest { Map<String, ReferenceDto<TripSeineDto>> tripIds = IdDtos.splitById(allTripSeine.getReference()); Assume.assumeTrue("Marée " + TRIP_SEINE_ID_1 + " non trouvée dans cette base. Test annulé", tripIds.containsKey(TRIP_SEINE_ID_1)); - FormDto<TripSeineGearUseDto> formDto = service.loadToRead(TRIP_SEINE_ID_1); + FormDto<TripSeineGearUseDto> formDto = service.loadForm(TRIP_SEINE_ID_1); Assert.assertNotNull(formDto); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm