Browse Source

Fixed copy/paste mistake.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@764805 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Jeremias Maerki 15 years ago
parent
commit
5e88427ee8
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      test/java/org/apache/fop/render/pdf/PDFAConformanceTestCase.java

+ 2
- 1
test/java/org/apache/fop/render/pdf/PDFAConformanceTestCase.java View File

@@ -99,7 +99,8 @@ public class PDFAConformanceTestCase extends BasePDFTestCase {
foFile = new File(foBaseDir, "with-cmyk-images.fo");
try {
convertFO(foFile, getUserAgent(), dumpPDF);
fail("Expected PDFConformanceException. PDF/A-1 does not allow PostScript XObjects.");
fail("Expected PDFConformanceException."
+ " PDF/A-1 does not allow mixing DeviceRGB and DeviceCMYK.");
} catch (PDFConformanceException e) {
//Good!
}

Loading…
Cancel
Save