aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/openxml4j
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 51780 - support replacement of content types in OPC packagesYegor Kozlov2012-02-291-6/+20
* Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Of...Nick Burch2012-01-301-9/+27
* Add a disabled test for bug #51850, and tweak the OPC package exceptions to m...Nick Burch2011-09-221-3/+3
* 51187 - fixed OPCPackage to correctly handle self referencesYegor Kozlov2011-08-112-1/+35
* Bug 51444 - Prevent corrupted output when saving files created by LibreOffic...Yegor Kozlov2011-06-301-0/+17
* Bug 51374 - Fixed incorrect setting of lastPrinted OOXML core propertyYegor Kozlov2011-06-151-0/+57
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-2/+21
* allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154Yegor Kozlov2010-11-172-1/+87
* added ZipFileAssert, this file was in the original OpenXML4J package but wasn...Yegor Kozlov2010-09-042-41/+202
* close OPC package before assertion, otherwise the test fails on Win7 (unix-ba...Yegor Kozlov2010-08-061-1/+2
* Improve handling and warnings when closing OPCPackage objectsNick Burch2010-08-041-0/+59
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-201-0/+3
* removed log4j calls from ooxml tests, also fixed misc bugs discovered when im...Yegor Kozlov2009-11-164-12/+17
* reduced the number of compiler warnings generated by JDK 1.6.13 with -XlintYegor Kozlov2009-10-041-1/+1
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-1317-0/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-2322-104/+19
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-36/+30
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-20/+17
* fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu...Yegor Kozlov2009-07-242-22/+37
* fixed XSSF and OpenXml4J to read/write relationships with targets starting wi...Yegor Kozlov2009-07-122-10/+21
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-122-11/+3
* Changed CRLF to LF in ooxml/testcases. Minor fixes for compiler warnings and ...Josh Micich2009-05-217-430/+432
* Removed badly encoded character from test class. Minor re-formattingJosh Micich2009-05-181-253/+243
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-188-1192/+1192
* Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' ...Josh Micich2009-02-2319-0/+0
* fixed platform-dependent unit testYegor Kozlov2009-02-221-5/+15
* replaced log4j with POILogger in openxml4j, also converted non-ascii characte...Yegor Kozlov2009-02-201-2/+2
* Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for...Josh Micich2009-02-0518-536/+467
* import OpenXML4j codebaseYegor Kozlov2009-01-2939-0/+2332