This is an automated email from the git hooks/post-receive script. New commit to branch feature/6688 in repository tutti. See http://git.codelutin.com/tutti.git commit 83babc158cde80539db68f734728fe8c8f91b854 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Feb 25 19:24:39 2015 +0100 add new line of temporary files (should fix this one...) --- .../src/test/resources/genericFormat/technical/temporaryPersons.csv | 2 +- .../src/test/resources/genericFormat/technical/temporarySpecies.csv | 2 +- .../src/test/resources/genericFormat/technical/temporaryVessels.csv | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tutti-service/src/test/resources/genericFormat/technical/temporaryPersons.csv b/tutti-service/src/test/resources/genericFormat/technical/temporaryPersons.csv index 372a462..3efb40c 100644 --- a/tutti-service/src/test/resources/genericFormat/technical/temporaryPersons.csv +++ b/tutti-service/src/test/resources/genericFormat/technical/temporaryPersons.csv @@ -1,4 +1,4 @@ id;firstName;lastName;toDelete -1;Léo;Paul; -2;Paul;Valery; --3;Valery;François; \ No newline at end of file +-3;Valery;François; diff --git a/tutti-service/src/test/resources/genericFormat/technical/temporarySpecies.csv b/tutti-service/src/test/resources/genericFormat/technical/temporarySpecies.csv index 16277a6..c912f20 100644 --- a/tutti-service/src/test/resources/genericFormat/technical/temporarySpecies.csv +++ b/tutti-service/src/test/resources/genericFormat/technical/temporarySpecies.csv @@ -6,4 +6,4 @@ id;name;toDelete -2;Divers 4; -7;Gelatineux; -8;MBECTOP; --3;Melange; \ No newline at end of file +-3;Melange; diff --git a/tutti-service/src/test/resources/genericFormat/technical/temporaryVessels.csv b/tutti-service/src/test/resources/genericFormat/technical/temporaryVessels.csv index b8bc7d0..d1b7275 100644 --- a/tutti-service/src/test/resources/genericFormat/technical/temporaryVessels.csv +++ b/tutti-service/src/test/resources/genericFormat/technical/temporaryVessels.csv @@ -2,4 +2,4 @@ id;name;internationalRegistrationCode;scientificVessel;toDelete #TEMP¿-1;Temporary fishing vessel name 1;International registration code F1;N; #TEMP¿-2;Temporary fishing vessel name 2;International registration code F2;N; #TEMP¿-3;Temporary scientific vessel name 3;International registration code S3;Y; -#TEMP¿-4;Temporary scientific vessel name 4;International registration code S4;Y; \ No newline at end of file +#TEMP¿-4;Temporary scientific vessel name 4;International registration code S4;Y; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.