소스 검색

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 년 전
부모
커밋
5e88427ee8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      test/java/org/apache/fop/render/pdf/PDFAConformanceTestCase.java

+ 2
- 1
test/java/org/apache/fop/render/pdf/PDFAConformanceTestCase.java 파일 보기

@@ -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…
취소
저장