Add test copies
This commit is contained in:
parent
b665443e44
commit
30c472f263
Binary file not shown.
Before Width: | Height: | Size: 303 KiB |
BIN
pdf/Template/Template.pdf
Normal file
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
BIN
pdf/TestNormal2.pdf
Normal file
Binary file not shown.
BIN
pdf/TestRetourne.pdf
Normal file
BIN
pdf/TestRetourne.pdf
Normal file
Binary file not shown.
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user