summaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ddf
Commit message (Expand)AuthorAgeFilesLines
* Sonar fixesAndreas Beeker2021-01-1011-11/+11
* Sonar fixesAndreas Beeker2021-01-106-6/+6
* Sonar fixesAndreas Beeker2021-01-091-1/+1
* Sonar fixesAndreas Beeker2021-01-0817-54/+54
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-2418-100/+58
* Sonar fixesAndreas Beeker2019-12-302-36/+45
* #64004 - Replace clone() with copy constructorAndreas Beeker2019-12-142-34/+54
* Two more tests which are failing in CI on WindowsDominik Stadler2019-10-262-4/+2
* Try to fix test which is still failing on Windows in a different wayDominik Stadler2019-10-261-3/+1
* #63745 - Make GenericRecordJsonWriter Json-conformantAndreas Beeker2019-10-2513-172/+168
* Fix line.separator issuesAndreas Beeker2019-10-133-2/+6
* Fix line.separator issuesAndreas Beeker2019-10-1310-0/+10
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-1216-239/+295
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-111-0/+2
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-261-5/+2
* #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