This is an automated email from the git hooks/post-receive script. New change to branch feature/6688 in repository tutti. See http://git.codelutin.com/tutti.git from 91e36e3 continue import validation + add more tests on it new 3d10fbc validate surey.csv file + improve validation result new 7854d55 ajout de la structure pour tester les cas nomimaux (reste juste à bien tous les écrire...) The 2 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 7854d5562b87c1607f3e930ea0a2bb3b4938bd45 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Mar 3 10:54:01 2015 +0100 ajout de la structure pour tester les cas nomimaux (reste juste à bien tous les écrire...) commit 3d10fbcad8f320a752f7dfa26d993d2f732a6e0e Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Mar 2 16:30:30 2015 +0100 validate surey.csv file + improve validation result Summary of changes: .../tutti/persistence/entities/data/Cruises.java | 19 +- .../genericformat/GenericFormatImportService.java | 44 +- .../GenericFormatImportValidationHelper.java | 58 +- .../consumer/CruiseNotFoundException.java | 14 +- .../consumer/CruiseNotValidException.java | 34 +- .../consumer/CsvConsumerForOperation.java | 5 +- .../consumer/CsvConsumerForSurvey.java | 22 +- .../FishingOperationNotFoundInCruiseException.java | 3 +- .../FishingOperationNotValidException.java | 34 +- .../consumer/MismatchProgramException.java | 39 + .../ftl/genericFormatValidateReport_fr.ftl | 2 +- .../resources/i18n/tutti-service_fr_FR.properties | 6 +- .../GenericFormatImportServiceValidTest.java | 709 ++++++++++++++++- .../accidentalCatch/accidentalCatch.csv | 15 + .../badAccidentalCatchFormat/accidentalCatch.csv | 15 + .../badAccidentalCatchImport/accidentalCatch.csv | 15 + .../genericFormat/badCatchFormat/catch.csv | 433 +++++++++++ .../genericFormat/badCatchImport/catch.csv | 433 +++++++++++ .../gearCaracteristics.csv | 2 +- .../gearCaracteristics.csv | 6 + .../individualObservation.csv | 26 + .../individualObservation.csv | 26 + .../badMarineLitterFormat/marineLitter.csv | 4 + .../badMarineLitterImport/marineLitter.csv | 4 + .../genericFormat/badOperationFormat/operation.csv | 3 + .../{default => badOperationImport}/operation.csv | 4 +- .../genericFormat/badSurveyImport/survey.csv | 4 +- .../test/resources/genericFormat/catch/catch.csv | 433 +++++++++++ .../genericFormat/default/accidentalCatch.csv | 30 +- .../test/resources/genericFormat/default/catch.csv | 866 ++++++++++----------- .../default/individualObservation.csv | 52 +- .../genericFormat/default/marineLitter.csv | 8 +- .../gearCaracteristics.csv | 0 .../individualObservation.csv | 26 + .../genericFormat/marineLitter/marineLitter.csv | 4 + .../{default => operation}/operation.csv | 0 .../genericFormat/{default => survey}/survey.csv | 0 37 files changed, 2841 insertions(+), 557 deletions(-) create mode 100644 tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/consumer/MismatchProgramException.java create mode 100644 tutti-service/src/test/resources/genericFormat/accidentalCatch/accidentalCatch.csv create mode 100644 tutti-service/src/test/resources/genericFormat/badAccidentalCatchFormat/accidentalCatch.csv create mode 100644 tutti-service/src/test/resources/genericFormat/badAccidentalCatchImport/accidentalCatch.csv create mode 100644 tutti-service/src/test/resources/genericFormat/badCatchFormat/catch.csv create mode 100644 tutti-service/src/test/resources/genericFormat/badCatchImport/catch.csv copy tutti-service/src/test/resources/genericFormat/{default => badGearCaracteristicFormat}/gearCaracteristics.csv (75%) create mode 100644 tutti-service/src/test/resources/genericFormat/badGearCaracteristicImport/gearCaracteristics.csv create mode 100644 tutti-service/src/test/resources/genericFormat/badIndividualObservationFormat/individualObservation.csv create mode 100644 tutti-service/src/test/resources/genericFormat/badIndividualObservationImport/individualObservation.csv create mode 100644 tutti-service/src/test/resources/genericFormat/badMarineLitterFormat/marineLitter.csv create mode 100644 tutti-service/src/test/resources/genericFormat/badMarineLitterImport/marineLitter.csv create mode 100644 tutti-service/src/test/resources/genericFormat/badOperationFormat/operation.csv copy tutti-service/src/test/resources/genericFormat/{default => badOperationImport}/operation.csv (73%) create mode 100644 tutti-service/src/test/resources/genericFormat/catch/catch.csv copy tutti-service/src/test/resources/genericFormat/{default => gearCaracteristic}/gearCaracteristics.csv (100%) create mode 100644 tutti-service/src/test/resources/genericFormat/individualObservation/individualObservation.csv create mode 100644 tutti-service/src/test/resources/genericFormat/marineLitter/marineLitter.csv copy tutti-service/src/test/resources/genericFormat/{default => operation}/operation.csv (100%) copy tutti-service/src/test/resources/genericFormat/{default => survey}/survey.csv (100%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.