aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Test without scratchpad: Do not fail reading data for integrationtestsDominik Stadler2023-09-181-1/+1
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-09-071-0/+9
* Exclude more broken files when running without poi-scratchpadDominik Stadler2023-09-061-0/+3
* Exclude more broken files when running without poi-scratchpadDominik Stadler2023-09-061-0/+8
* Apply some IDE suggestions, add tests, set unit-test to isolatedDominik Stadler2023-08-241-0/+2
* Try to adjust for strange null-message for ArrayIndexOutOfBoundsExceptionDominik Stadler2023-08-091-4/+9
* Do not disable all files for poi-integration in build.gradleDominik Stadler2023-08-091-0/+12
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-1/+1
* use of junit internal StringUtils is causing build issuesPJ Fanning2023-08-071-4/+6
* use of junit internal StringUtils is causing build issuesPJ Fanning2023-08-071-2/+11
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-7/+16
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-6/+7
* Bug 66425: Avoid an AssertionError found via oss-fuzzDominik Stadler2023-08-071-0/+2
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-7/+3
* Open configuration file for integration-tests read-only to not fail if the fi...Dominik Stadler2023-08-071-1/+1
* Fix expected exception text and print out which FileHandler failed in integra...Dominik Stadler2023-08-061-5/+6
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-051-8/+2
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-085-8/+8
* use 'an'PJ Fanning2023-03-181-2/+2
* [bug-66213] try to debug failurePJ Fanning2022-08-131-1/+1
* Also look for test-data in parent-directoryDominik Stadler2022-07-291-1/+10
* try to work around issue with getting embedded smart art diagramPJ Fanning2022-07-221-3/+0
* temporarily exclude new file from poi-integration testPJ Fanning2022-07-221-0/+3
* try to fix rat checkPJ Fanning2022-06-281-4/+1
* #66115 - Some Password protected XLS files are not readAndreas Beeker2022-06-161-2/+2
* Use a modified version of NullPrintStream in integration testsDominik Stadler2022-04-032-2/+61
* use spaces for indentsPJ Fanning2022-03-201-5/+5
* Avoid flaky tests with parallel executionDominik Stadler2022-03-201-0/+1
* Remove unused imports, remove unnecessary boxing of int-value and apply some ...Dominik Stadler2022-03-201-1/+2
* Fix some SpotBugs reportsDominik Stadler2022-02-242-3/+5
* exclude files failing on windows nodes, because of limited JCE policiesAndreas Beeker2022-02-221-1/+16
* refactor some stream codePJ Fanning2022-02-191-3/+3
* Remove one unnecessary excludeDominik Stadler2022-01-222-1/+1
* Exclude one more file when running tests without poi-scratchpadDominik Stadler2022-01-221-1/+2
* Add more output when integration-tests do not fail with the expected exceptionDominik Stadler2022-01-221-2/+2
* Adjust thread-names when running integrationDominik Stadler2022-01-221-17/+36
* refactor CopyCompare againPJ Fanning2021-12-301-11/+3
* try to fix test issuePJ Fanning2021-12-301-5/+6
* rewrite CopyCompare to remove its ThreadLocal which causes a sonar code smellPJ Fanning2021-12-301-6/+7
* Move org.apache.poi.hssf.dev classes from poi:main to poi:testAndreas Beeker2021-11-151-5/+2
* Add missing exclude for CI run "no-scratchpad"Dominik Stadler2021-11-071-1/+2
* Use parallel build to speed up building and running testsDominik Stadler2021-11-071-1/+8
* Make file-handlers for integration-test public to be able to use them in poi-...Dominik Stadler2021-10-2215-15/+15
* Give better names to parameterized testsDominik Stadler2021-10-211-2/+2
* sonar fixesAndreas Beeker2021-10-181-12/+12
* setDisallowDocTypeDeclarationPJ Fanning2021-10-142-1/+2
* deprecationPJ Fanning2021-10-061-1/+1
* try to get all ooxml-lite classes loaded for xslfPJ Fanning2021-09-151-0/+1
* Adjust imports and apply some IDE suggestionsDominik Stadler2021-09-101-3/+3
* try to fix no-scratchpad buildAndreas Beeker2021-09-015-155/+114