Looks like this bug was there the whole time but was now triggered since I've turned some PDF objects in indirect objects which were direct objects before. This is fixed now: http://svn.apache.org/viewvc?rev=986650&view=rev
On 18.08.2010 14:10:03 Jeremias Maerki wrote: > Could be some fallout from a recent change of mine with PDF Destinations. > Will look into it. Sorry for the trouble. > > On 18.08.2010 13:32:02 Simon Pepping wrote: > > No, > > > > [junit] Testcase: > > fox_destination_1.xml(org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1): > > Caused an ERROR > > [junit] Test org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite > > FAILED > > [junit] Testcase: > > fox_destination_1.xml(org.apache.fop.intermediate.IntermediateFormatTestSuite$1): > > Caused an ERROR > > [junit] Test org.apache.fop.intermediate.IntermediateFormatTestSuite > > FAILED > > > > Simon > > > > On Wed, Aug 18, 2010 at 12:00:50PM +0100, Vincent Hennebert wrote: > > > Am I the only one to have a failing test suite? > > > > > > junit-area-tree-xml-format: > > > [echo] Running area tree XML format tests... > > > [junit] Testsuite: > > > org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite > > > [junit] Tests run: 501, Failures: 0, Errors: 1, Time elapsed: 32.263 > > > sec > > > [junit] > > > [junit] ------------- Standard Error ----------------- > > > [junit] 18-Aug-2010 11:57:06 > > > org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1 runTest > > > [junit] SEVERE: Error on fox_destination_1.xml > > > [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface > > > warnMissingGlyph > > > [junit] WARNING: Glyph 8721 (0x2211, summation) not available in font > > > Helvetica > > > [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface > > > warnMissingGlyph > > > [junit] WARNING: Glyph 115 (0x73, s) not available in font Symbol > > > [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface > > > warnMissingGlyph > > > [junit] WARNING: Glyph 121 (0x79, y) not available in font Symbol > > > [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface > > > warnMissingGlyph > > > [junit] WARNING: Glyph 109 (0x6d, m) not available in font Symbol > > > [junit] 18-Aug-2010 11:57:22 org.apache.fop.util.ColorSpaceCache get > > > [junit] WARNING: Color profile 'nonexistent.icc' not found. > > > [junit] 18-Aug-2010 11:57:22 org.apache.fop.util.ColorUtil > > > parseAsFopRgbIcc > > > [junit] WARNING: Color profile 'nonexistent.icc' not found. Using rgb > > > replacement values. > > > [junit] 18-Aug-2010 11:57:22 org.apache.fop.pdf.PDFColor <init> > > > [junit] INFO: Adding PDFICCStream sRGB for > > > ../../../src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm > > > [junit] 18-Aug-2010 11:57:23 > > > org.apache.fop.layoutmgr.table.ColumnSetup > > > computeTableUnit > > > [junit] WARNING: No space remaining to distribute over columns. > > > [junit] ------------- ---------------- --------------- > > > [junit] Testcase: > > > fox_destination_1.xml(org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1): > > > Caused an ERROR > > > [junit] Index: 27, Size: 27 > > > [junit] java.lang.IndexOutOfBoundsException: Index: 27, Size: 27 > > > [junit] at java.util.ArrayList.RangeCheck(ArrayList.java:547) > > > [junit] at java.util.ArrayList.set(ArrayList.java:337) > > > [junit] at > > > org.apache.fop.pdf.PDFDocument.outputTrailer(PDFDocument.java:1020) > > > [junit] at > > > org.apache.fop.render.pdf.PDFDocumentHandler.endDocument(PDFDocumentHandler.java:166) > > > [junit] at > > > org.apache.fop.render.intermediate.IFRenderer.stopRenderer(IFRenderer.java:285) > > > [junit] at > > > org.apache.fop.area.RenderPagesModel.endDocument(RenderPagesModel.java:256) > > > [junit] at > > > org.apache.fop.intermediate.AreaTreeParserTestCase.parseAndRender(AreaTreeParserTestCase.java:108) > > > [junit] at > > > org.apache.fop.intermediate.AbstractIntermediateTestCase.testParserToPDF(AbstractIntermediateTestCase.java:208) > > > [junit] at > > > org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1.runTest(AreaTreeXMLFormatTestSuite.java:61) > > > [junit] > > > [junit] > > > [junit] Test org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite > > > FAILED > > > > > > junit-intermediate-format: > > > [echo] Running intermediate format tests... > > > [junit] Testsuite: > > > org.apache.fop.intermediate.IntermediateFormatTestSuite > > > [junit] Tests run: 501, Failures: 0, Errors: 1, Time elapsed: 20.518 > > > sec > > > [junit] > > > [junit] ------------- Standard Error ----------------- > > > [junit] 18-Aug-2010 11:57:41 > > > org.apache.fop.intermediate.IntermediateFormatTestSuite$1 runTest > > > [junit] SEVERE: Error on fox_destination_1.xml > > > [junit] 18-Aug-2010 11:57:53 org.apache.fop.util.ColorSpaceCache get > > > [junit] WARNING: Color profile 'nonexistent.icc' not found. > > > [junit] 18-Aug-2010 11:57:53 org.apache.fop.util.ColorUtil > > > parseAsFopRgbIcc > > > [junit] WARNING: Color profile 'nonexistent.icc' not found. Using rgb > > > replacement values. > > > [junit] 18-Aug-2010 11:57:53 org.apache.fop.pdf.PDFColor <init> > > > [junit] INFO: Adding PDFICCStream sRGB for > > > ../../../src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm > > > [junit] 18-Aug-2010 11:57:53 > > > org.apache.fop.layoutmgr.table.ColumnSetup > > > computeTableUnit > > > [junit] WARNING: No space remaining to distribute over columns. > > > [junit] ------------- ---------------- --------------- > > > [junit] Testcase: > > > fox_destination_1.xml(org.apache.fop.intermediate.IntermediateFormatTestSuite$1): > > > Caused an ERROR > > > [junit] Index: 27, Size: 27 > > > [junit] java.lang.IndexOutOfBoundsException: Index: 27, Size: 27 > > > [junit] at java.util.ArrayList.RangeCheck(ArrayList.java:547) > > > [junit] at java.util.ArrayList.set(ArrayList.java:337) > > > [junit] at > > > org.apache.fop.pdf.PDFDocument.outputTrailer(PDFDocument.java:1020) > > > [junit] at > > > org.apache.fop.render.pdf.PDFDocumentHandler.endDocument(PDFDocumentHandler.java:166) > > > [junit] at > > > org.apache.fop.render.intermediate.IFParser$Handler$DocumentHandler.endElement(IFParser.java:397) > > > [junit] at > > > org.apache.fop.render.intermediate.IFParser$Handler.endElement(IFParser.java:352) > > > [junit] at > > > org.apache.xalan.transformer.TransformerIdentityImpl.endElement(TransformerIdentityImpl.java:1101) > > > [junit] at > > > org.apache.xml.serializer.TreeWalker.endNode(TreeWalker.java:458) > > > [junit] at > > > org.apache.xml.serializer.TreeWalker.traverse(TreeWalker.java:149) > > > [junit] at > > > org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:389) > > > [junit] at > > > org.apache.fop.render.intermediate.IFParser.parse(IFParser.java:104) > > > [junit] at > > > org.apache.fop.intermediate.IFParserTestCase.parseAndRender(IFParserTestCase.java:169) > > > [junit] at > > > org.apache.fop.intermediate.AbstractIntermediateTestCase.testParserToPDF(AbstractIntermediateTestCase.java:208) > > > [junit] at > > > org.apache.fop.intermediate.IntermediateFormatTestSuite$1.runTest(IntermediateFormatTestSuite.java:61) > > > [junit] > > > [junit] > > > [junit] Test org.apache.fop.intermediate.IntermediateFormatTestSuite > > > FAILED > > > > > > Thanks, > > > Vincent > > > > -- > > Simon Pepping > > home page: http://www.leverkruid.eu > > > > > Jeremias Maerki > Jeremias Maerki
