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>.