@@ -75,7 +75,7 @@ public void compareToolErrorReportTest01() throws InterruptedException, IOExcept
75
75
System .out .println (result );
76
76
Assert .assertNotNull ("CompareTool must return differences found between the files" , result );
77
77
// Comparing the report to the reference one.
78
- Assert .assertTrue ("CompareTool report differs from the reference one" , compareTool .compareXmls (sourceFolder + "cmp_report01. xml" , destinationFolder + "simple_pdf.report .xml" ));
78
+ Assert .assertTrue ("CompareTool report differs from the reference one" , compareTool .compareXmls (destinationFolder + "simple_pdf.report. xml" , sourceFolder + "cmp_report01 .xml" ));
79
79
}
80
80
81
81
@ Test
@@ -89,7 +89,7 @@ public void compareToolErrorReportTest02() throws IOException, InterruptedExcept
89
89
System .out .println (result );
90
90
Assert .assertNotNull ("CompareTool must return differences found between the files" , result );
91
91
// Comparing the report to the reference one.
92
- Assert .assertTrue ("CompareTool report differs from the reference one" , compareTool .compareXmls (sourceFolder + "cmp_report02. xml" , destinationFolder + "tagged_pdf.report .xml" ));
92
+ Assert .assertTrue ("CompareTool report differs from the reference one" , compareTool .compareXmls (destinationFolder + "tagged_pdf.report. xml" , sourceFolder + "cmp_report02 .xml" ));
93
93
}
94
94
95
95
@ Test
@@ -103,7 +103,7 @@ public void compareToolErrorReportTest03() throws InterruptedException, IOExcept
103
103
System .out .println (result );
104
104
Assert .assertNotNull ("CompareTool must return differences found between the files" , result );
105
105
// Comparing the report to the reference one.
106
- Assert .assertTrue ("CompareTool report differs from the reference one" , compareTool .compareXmls (sourceFolder + "cmp_report03. xml" , destinationFolder + "screenAnnotation.report .xml" ));
106
+ Assert .assertTrue ("CompareTool report differs from the reference one" , compareTool .compareXmls (destinationFolder + "screenAnnotation.report. xml" , sourceFolder + "cmp_report03 .xml" ));
107
107
}
108
108
109
109
@@ -119,7 +119,7 @@ public void compareToolErrorReportTest04() throws InterruptedException, IOExcept
119
119
System .out .println (result );
120
120
Assert .assertNotNull ("CompareTool must return differences found between the files" , result );
121
121
// Comparing the report to the reference one.
122
- Assert .assertTrue ("CompareTool report differs from the reference one" , compareTool .compareXmls (sourceFolder + "cmp_report01. xml" , destinationFolder + "simple_pdf.report .xml" ));
122
+ Assert .assertTrue ("CompareTool report differs from the reference one" , compareTool .compareXmls (destinationFolder + "simple_pdf.report. xml" , sourceFolder + "cmp_report01 .xml" ));
123
123
124
124
}
125
125
0 commit comments