aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ddf
Commit message (Expand)AuthorAgeFilesLines
* #61243 - Refactor and unify toString/toXml in DDFAndreas Beeker2017-06-3015-263/+348
* SonarCube fix - make members privateAndreas Beeker2016-12-042-32/+27
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-191-4/+8
* move duplicated NullOutputStream classes to test suite utilitiesJaven O'Neal2016-09-101-20/+2
* fix eclipse warningsAndreas Beeker2016-03-211-6/+15
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-221-5/+10
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-111-2/+5
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-291-7/+37
* More coverage of class EscherDumpDominik Stadler2015-07-161-0/+19
* add license headerAndreas Beeker2014-11-101-0/+17
* Add initial simple test of class EscherDumpDominik Stadler2014-11-101-0/+22
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-162-22/+24
* obsoleted by TestEscherBlipRecord and EscherMetafileBlipAndreas Beeker2013-12-302-126/+0
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-5/+0
* Update test casesSergey Vladimirov2011-09-0611-19/+37
* update test caseSergey Vladimirov2011-09-051-1/+2
* update test caseSergey Vladimirov2011-09-021-1/+2
* update EcherContainerRecord.toString() test caseSergey Vladimirov2011-07-281-26/+28
* bug 50401 - fixed EscherProperty to return property name instead of 'unknown'...Yegor Kozlov2011-07-211-0/+57
* prevent ArrayIndexOutOfBoundException in UnknowEscherRecord, see bug #49579Yegor Kozlov2010-07-271-1/+39
* Added loose tests to junit hierarchyJosh Micich2010-05-241-5/+5
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-091-5/+3
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-132-0/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-234-15/+9
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-183-17/+8
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-43/+40
* Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing m...Yegor Kozlov2009-06-202-0/+18
* Fixes to ddf junits after r776424Josh Micich2009-05-207-245/+224
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-181-156/+155
* More fixes to allow EscherContainerRecord to exclusively maintain 'child reco...Josh Micich2009-02-201-4/+4
* Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ...Josh Micich2009-02-191-11/+46
* Removed trailing comma from output of HexDump.toHex()Josh Micich2008-09-1214-153/+87
* correctly process PICT blips (see bug #44886)Yegor Kozlov2008-04-302-0/+157
* Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when E...Nick Burch2008-04-272-1/+27
* Patch from Josh from bug #44437 - improved unit test for poifsNick Burch2008-02-211-0/+47
* Some more updates to the records->usermodel support for hssf shapes. Still no...Nick Burch2008-01-151-12/+36
* Fix for bug 41946: remember if the complex part of an array property is empty...Yegor Kozlov2007-04-121-0/+81
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-2215-75/+90
* Fix for bug 39800 - if the Array size in the simple block doesn't inclde the ...Nick Burch2006-06-131-21/+37
* Add a currently broken test, which highlights a bug (bug report to follow)Nick Burch2006-06-131-0/+78
* Added image support for POI. See the quick guide for details. Sponsored thr...Glen Stampoultzis2005-05-015-11/+12
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-232-2/+3
* Some tests were checkin to the wrong source treeGlen Stampoultzis2004-04-1915-0/+1431