aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/openxml4j/opc
Commit message (Expand)AuthorAgeFilesLines
* #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-241-3/+3
* 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
* Begin to implement some of the tests and logic for content types with paramet...Nick Burch2014-02-191-4/+71
* Stub out the unit tests needed for bug #55026, and add the sample file from thatNick Burch2013-05-291-0/+19
* Where possible, allow fetching of the size of the OPC Package Part (-1 if not)Nick Burch2013-05-151-0/+30
* Improve the number of steps when generating an ID of a new relationship, and ...Nick Burch2013-02-041-0/+19
* Bug #53282 - Avoid exception when parsing OPC relationships with non-breaking...Yegor Kozlov2012-10-291-0/+29
* Bug #53374 Avoid exceptions when parsing hyperlinks of type 'javascript://'Yegor Kozlov2012-10-261-1/+9
* Bugzilla 52211 - avoid unnessary re-coverting content types to US-ASCII, it c...Yegor Kozlov2012-10-041-1/+3
* 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-1316-0/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-2321-7/+9
* 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