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 ed69b29b1befaf2359cc501f703256d20d46addf Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 23 19:33:36 2015 +0100 add gears and vessels temporary entities to import --- .../src/test/resources/genericFormat/technical/temporaryGears.csv | 5 +++++ .../src/test/resources/genericFormat/technical/temporaryVessels.csv | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/tutti-service/src/test/resources/genericFormat/technical/temporaryGears.csv b/tutti-service/src/test/resources/genericFormat/technical/temporaryGears.csv new file mode 100644 index 0000000..c96756a --- /dev/null +++ b/tutti-service/src/test/resources/genericFormat/technical/temporaryGears.csv @@ -0,0 +1,5 @@ +id;name;label;scientificGear;toDelete +-1;Gear fishing name 1;Gear fishing label 1;N; +-2;Gear fishing name 2;Gear fishing label 2;N; +-3;Gear scientific name 3;Gear scientific label 3;Y; +-4;Gear scientific name 4;Gear scientific label 4;Y; diff --git a/tutti-service/src/test/resources/genericFormat/technical/temporaryVessels.csv b/tutti-service/src/test/resources/genericFormat/technical/temporaryVessels.csv index 850442a..b8bc7d0 100644 --- a/tutti-service/src/test/resources/genericFormat/technical/temporaryVessels.csv +++ b/tutti-service/src/test/resources/genericFormat/technical/temporaryVessels.csv @@ -1 +1,5 @@ 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 -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.