https://bz.apache.org/bugzilla/show_bug.cgi?id=58002
--- Comment #7 from Robert Kish <[email protected]> --- Created attachment 32869 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32869&action=edit Debug version of EsceherAggregate.java This debug version has a modified version of createAggregate which processes multiple DrawingRecords - not just the one mentioned at locFirstDrawingRecord. There is use of println debugging. The section "// Create one big buffer" will now find all sections to copy bytes. The section "// Associate the object records with the shapes" now has an additional loop around it so that each DrawingRecord can be processed. The records added to the aggregate are removed at the end of the loop. The EscherAggregate is added after the loop. With the updated JUnit, this still fails some files. Many files pass, including those with multiple DrawingRecords. But some files fail. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
