Skip to content

Commit

Permalink
test(CnigValidatorRegressTest): localy run build with no error, updat…
Browse files Browse the repository at this point in the history
…e error test
  • Loading branch information
cboucheIGN committed Jul 18, 2023
1 parent d485c8f commit fc9602a
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -765,13 +765,6 @@ public void test30014_PLU_20171013() throws Exception {

{
ValidatorError error = report.getErrorsByCode(CnigErrorCodes.CNIG_PIECE_ECRITE_ONLY_PDF).get(0);
assertEquals("ce_fichier_nest_pas_prevu.csv", error.getFile());
assertEquals("Seules les pièces écrites au format PDF sont acceptées.", error.getMessage());
}

{
ValidatorError error = report.getErrorsByCode(CnigErrorCodes.CNIG_PIECE_ECRITE_ONLY_PDF).get(1);
assertEquals("Thumbs.db", error.getFile());
assertEquals("Seules les pièces écrites au format PDF sont acceptées.", error.getMessage());
}

Expand Down

0 comments on commit fc9602a

Please sign in to comment.