https://issues.apache.org/bugzilla/show_bug.cgi?id=51683

--- Comment #1 from Yegor Kozlov <[email protected]> 2011-09-11 11:04:39 UTC ---
Thanks for the patch. The code looks good, but I'm reluctant to apply it
without a unit test. 

Any chance you could create a test(s) that would create a worksheet with a
drawing group, write, read back and assert the following:

 - shapes from top level group are decoded
 - shapes from nested groups are decoded

I see that you commented clearEscherRecords(). Can you explain why or add a
test that justifies this change:

+        // Now, clear any trace of what records make up
+        //  the patriarch
+        // Otherwise, everything will go horribly wrong
+        //  when we try to write out again....
+//        clearEscherRecords();
+        drawingManager.getDgg().setFileIdClusters(new
EscherDggRecord.FileIdCluster[0]);


Regards,
Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]

Reply via email to