Author: jeremias
Date: Tue Apr 14 14:49:08 2009
New Revision: 764805

URL: http://svn.apache.org/viewvc?rev=764805&view=rev
Log:
Fixed copy/paste mistake.

Modified:
    
xmlgraphics/fop/branches/Temp_Accessibility/test/java/org/apache/fop/render/pdf/PDFAConformanceTestCase.java

Modified: 
xmlgraphics/fop/branches/Temp_Accessibility/test/java/org/apache/fop/render/pdf/PDFAConformanceTestCase.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_Accessibility/test/java/org/apache/fop/render/pdf/PDFAConformanceTestCase.java?rev=764805&r1=764804&r2=764805&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/Temp_Accessibility/test/java/org/apache/fop/render/pdf/PDFAConformanceTestCase.java
 (original)
+++ 
xmlgraphics/fop/branches/Temp_Accessibility/test/java/org/apache/fop/render/pdf/PDFAConformanceTestCase.java
 Tue Apr 14 14:49:08 2009
@@ -99,7 +99,8 @@
         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!
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to