Add test copies

This commit is contained in:
Louis Calas 2019-10-10 22:11:49 +02:00
parent b665443e44
commit 30c472f263
7 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 KiB

BIN
pdf/Template/Template.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
pdf/TestNormal2.pdf Normal file

Binary file not shown.

BIN
pdf/TestRetourne.pdf Normal file

Binary file not shown.

View File

@ -75,9 +75,10 @@ public class GenerateCSV {
if (this.isValid(etud)) {
writer.write(etud + ";" + etudiants.get(etud) + System.getProperty("line.separator"));
logger.debug("Added "+etud+" to csv");
}
else {
logger.debug("Invalid id not added to csv");
logger.debug("Invalid id for "+etud+" not added to csv");
}
} else {