]> source.dussan.org Git - poi.git/commit
Add a disabled test for bug #51850, and tweak the OPC package exceptions to make...
authorNick Burch <nick@apache.org>
Thu, 22 Sep 2011 10:26:33 +0000 (10:26 +0000)
committerNick Burch <nick@apache.org>
Thu, 22 Sep 2011 10:26:33 +0000 (10:26 +0000)
commitb79c6fc1a467909fc0a1ec362a4493b720be4cfa
treee147e0f8cd9d5cd7f30a985bcdcb74c522e0e24c
parent173de1e812a4371a63072d7ee0e012469cd4e237
Add a disabled test for bug #51850, and tweak the OPC package exceptions to make it easier to spot when a part name is already used

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1174045 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/openxml4j/exceptions/InvalidOperationException.java
src/ooxml/java/org/apache/poi/openxml4j/exceptions/PartAlreadyExistsException.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/openxml4j/opc/OPCPackage.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDrawing.java
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/TestOPCCompliancePackageModel.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java
test-data/spreadsheet/51850.xlsx [new file with mode: 0644]