aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/openxml4j
Commit message (Expand)AuthorAgeFilesLines
* Move test to correct package and add some more checksDominik Stadler2016-12-011-36/+0
* 60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParserTim Allison2016-10-281-0/+3
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-191-14/+11
* bug 60128: close open file descriptors when exceptions are thrown from OPCPac...Javen O'Neal2016-09-142-0/+24
* Unit test for bug #60128, showing that calling close on a broken package clea...Nick Burch2016-09-141-1/+51
* IDE warnings and fix a few places where we do not close resources in testsDominik Stadler2016-07-311-10/+16
* convert OPC Compliance unit tests to junit4Javen O'Neal2016-07-085-43/+44
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-083-396/+396
* AllOpenXML4JInternalTests no longer needed in AllOpenXML4JTests suite because...Javen O'Neal2016-07-081-2/+0
* add crude unit test for ZipPackagePropertiesMarshallerJaven O'Neal2016-07-081-0/+36
* convert to junit4Javen O'Neal2016-07-082-45/+26
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-081-77/+77
* #59780 OPC support for a wider range of timezone'd created and modified date ...Nick Burch2016-07-041-3/+34
* Add ignored test for #59780, and specially-crafted test fileNick Burch2016-07-041-0/+19
* a few performance fixes to speed-up the testsAndreas Beeker2016-06-301-2/+3
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-241-30/+42
* Adjust two tests slightlyDominik Stadler2016-05-241-12/+7
* close fileinputstream on second exception in ZipPackageTim Allison2016-04-081-0/+22
* Prevent us from changing the file with every test-runDominik Stadler2016-04-021-1/+1
* Fix some cases where file handles are not closed in OldExcelExtractorDominik Stadler2016-04-021-4/+24
* Fix some compiler warnings, improve error message, cover some more codeDominik Stadler2016-03-291-22/+67
* some zips can't be opened via ZipFile in JDK6, as the central directoryAndreas Beeker2016-03-282-3/+12
* 59183 - handle timezones (even with colons) in date parsing metadata in ooxml...Tim Allison2016-03-161-2/+27
* One final invalid file type checkNick Burch2016-03-151-0/+15
* Before opening an OOXML file, check the first few bytes, and give helpful exc...Nick Burch2016-03-151-10/+32
* Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar...Nick Burch2016-03-151-0/+46
* #57031 - Out of Memory when extracting text from attached filesAndreas Beeker2016-03-092-2/+5
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-222-6/+11
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-111-6/+3
* Add some more tests for the checks for files that can cause large memory usage.Dominik Stadler2015-11-081-1/+112
* extended forbidden-apis-check to ooxml-testsAndreas Beeker2015-11-051-33/+63
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-121-8/+10
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-77/+70
* * Adjust reported text when a Zip-Bomb is detected to allow to quickly see wh...Dominik Stadler2015-08-191-2/+3
* Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ex...Dominik Stadler2015-08-112-1/+55
* Open file read-only in test to avoid making it dirty during running unit testsDominik Stadler2015-06-281-2/+2
* Fix test to find the exception-text in all casesDominik Stadler2015-06-241-16/+26
* show full exception stack-trace if zip-bomb detection test failsDominik Stadler2015-06-241-5/+13
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-232-39/+179
* More missing core properties unit tests, covering read-write without checks, ...Nick Burch2015-02-281-7/+18
* Unit tests for OPC handling of files without a Core Properties partNick Burch2015-02-231-0/+81
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-284-113/+166
* Test from Tim to include PropertyList in poi-ooxml-schemasNick Burch2014-11-081-0/+19
* More cleanups for bug #56814 and some more external entity leaks of #56164Uwe Schindler2014-08-131-2/+1
* Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-121-39/+33
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-242-6/+5
* Two more test files from Stefan Kopf for bug #56164, and unit tests which use...Nick Burch2014-04-242-3/+75
* Another content types test, for #55026Nick Burch2014-02-201-2/+24
* Fix bug #56164 - Tidy up the OPC SAX setup code with a new common HelperNick Burch2014-02-191-8/+16
* Complete support for OOXML content types with parameters, including parts of ...Nick Burch2014-02-191-14/+20