[tutti] branch develop updated (93bdff5 -> b1a0457)
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 93bdff5 refs #5038 [IMPORT] afficher le résultat de l'import d'un fichier de référence temporaire : nb lignes lues et importées refs #5997 new b1a0457 fix protocol export 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 b1a04576918ab78f53fba63a0249f197d9134d29 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Nov 3 10:59:05 2014 +0100 fix protocol export test Summary of changes: .../tutti/persistence/entities/protocol/TuttiProtocolsTest.java | 5 +++++ 1 file changed, 5 insertions(+) -- 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 b1a04576918ab78f53fba63a0249f197d9134d29 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Nov 3 10:59:05 2014 +0100 fix protocol export test --- .../tutti/persistence/entities/protocol/TuttiProtocolsTest.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tutti-persistence/src/test/java/fr/ifremer/tutti/persistence/entities/protocol/TuttiProtocolsTest.java b/tutti-persistence/src/test/java/fr/ifremer/tutti/persistence/entities/protocol/TuttiProtocolsTest.java index 9993a55..1d54b20 100644 --- a/tutti-persistence/src/test/java/fr/ifremer/tutti/persistence/entities/protocol/TuttiProtocolsTest.java +++ b/tutti-persistence/src/test/java/fr/ifremer/tutti/persistence/entities/protocol/TuttiProtocolsTest.java @@ -50,6 +50,7 @@ public class TuttiProtocolsTest { "- !SpeciesProtocol\n" + " id: 1\n" + " calcifySampleEnabled: true\n" + + " idAsInt: 1\n" + " lengthStepPmfmId: 1394\n" + " mandatorySampleCategoryId: \n" + " - 174\n" + @@ -61,6 +62,7 @@ public class TuttiProtocolsTest { " id: 2\n" + " calcifySampleEnabled: true\n" + " countIfNoFrequencyEnabled: true\n" + + " idAsInt: 2\n" + " lengthStepPmfmId: 323\n" + " mandatorySampleCategoryId: \n" + " - 1430\n" + @@ -74,6 +76,7 @@ public class TuttiProtocolsTest { "gearUseFeaturePmfmId: \n" + "- 21\n" + "- 22\n" + + "idAsInt: 1\n" + "lengthClassesPmfmId: \n" + "- 14\n" + "- 18\n" + @@ -81,6 +84,7 @@ public class TuttiProtocolsTest { "- !SpeciesProtocol\n" + " id: 1\n" + " calcifySampleEnabled: true\n" + + " idAsInt: 1\n" + " lengthStepPmfmId: 1394\n" + " mandatorySampleCategoryId: \n" + " - 174\n" + @@ -92,6 +96,7 @@ public class TuttiProtocolsTest { " id: 2\n" + " calcifySampleEnabled: true\n" + " countIfNoFrequencyEnabled: true\n" + + " idAsInt: 2\n" + " lengthStepPmfmId: 323\n" + " mandatorySampleCategoryId: \n" + " - 1430\n" + -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm