Skip to content

Commit 3cdfe90

Browse files
committed
Revert "Disable tests in pdfa, xmlworker and xtra, to allow Travis CI build to complete. Will find a better solution later."
This reverts commit 98615e0.
1 parent 98615e0 commit 3cdfe90

File tree

1,669 files changed

+7
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,669 files changed

+7
-7
lines changed

itext/src/main/java/com/itextpdf/testutils/CompareTool.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ protected String compareByContent(String outPath, String differenceImagePrefix,
711711
}
712712

713713
if (equalPages.size() == cmpPages.size() && compareResult.isOk()) {
714-
//System.out.println("OK");
714+
System.out.println("OK");
715715
System.out.flush();
716716
return null;
717717
} else {
@@ -1227,10 +1227,10 @@ public String compareDocumentInfo(String outPdf, String cmpPdf) throws IOExcepti
12271227
outReader.close();
12281228
cmpReader.close();
12291229

1230-
/*if (message == null)
1230+
if (message == null)
12311231
System.out.println("OK");
12321232
else
1233-
System.out.println("Fail");*/
1233+
System.out.println("Fail");
12341234
System.out.flush();
12351235
return message;
12361236
}
@@ -1292,10 +1292,10 @@ public String compareLinks(String outPdf, String cmpPdf) throws IOException {
12921292
}
12931293
outReader.close();
12941294
cmpReader.close();
1295-
/*if (message == null)
1295+
if (message == null)
12961296
System.out.println("OK");
12971297
else
1298-
System.out.println("Fail");*/
1298+
System.out.println("Fail");
12991299
System.out.flush();
13001300
return message;
13011301
}
@@ -1320,10 +1320,10 @@ public String compareTagStructures(String outPdf, String cmpPdf) throws IOExcept
13201320
}
13211321
xmlOut1.close();
13221322
xmlOut2.close();
1323-
/*if (message == null)
1323+
if (message == null)
13241324
System.out.println("OK");
13251325
else
1326-
System.out.println("Fail");*/
1326+
System.out.println("Fail");
13271327
System.out.flush();
13281328
return message;
13291329
}

0 commit comments

Comments
 (0)