branch develop updated (781a754 -> 5880725)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from 781a754 utilisation d'un entier pour la distance d'un trait new 5880725 fix test compile 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 58807252f63f9947936299a6b4b2326395db44c6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Jan 2 06:44:59 2015 +0100 fix test compile Summary of changes: .../service/FishingOperationPersistenceServiceWriteTest.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@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 58807252f63f9947936299a6b4b2326395db44c6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Jan 2 06:44:59 2015 +0100 fix test compile --- .../service/FishingOperationPersistenceServiceWriteTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutti-persistence/src/test/java/fr/ifremer/tutti/persistence/service/FishingOperationPersistenceServiceWriteTest.java b/tutti-persistence/src/test/java/fr/ifremer/tutti/persistence/service/FishingOperationPersistenceServiceWriteTest.java index 749efb3..2c3e2ac 100644 --- a/tutti-persistence/src/test/java/fr/ifremer/tutti/persistence/service/FishingOperationPersistenceServiceWriteTest.java +++ b/tutti-persistence/src/test/java/fr/ifremer/tutti/persistence/service/FishingOperationPersistenceServiceWriteTest.java @@ -218,7 +218,7 @@ public class FishingOperationPersistenceServiceWriteTest { fishingOperation.setGearShootingEndLatitude(47.9854f); fishingOperation.setGearShootingEndLongitude(-5.597f); - fishingOperation.setTrawlDistance(100.12345f); + fishingOperation.setTrawlDistance(100); fishingOperation.setFishingOperationRectiligne(true); fishingOperation.setFishingOperationValid(Boolean.TRUE); fishingOperation.setComment("Unit test createFishingOperation() - Part n°2 : All properties set"); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm