aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
...
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-3/+3
* fix eclipse resource leak warningsAndreas Beeker2017-05-313-234/+243
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-261-1/+1
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...Dominik Stadler2017-05-232-24/+9
* github-55: document that CellReference#isRowWithinRange(String rowNum, Spread...Javen O'Neal2017-05-201-0/+18
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-163-7/+10
* github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2)...Javen O'Neal2017-05-162-20/+67
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-145-233/+147
* HPSF: Change CustomProperties to delegateAndreas Beeker2017-05-031-3/+3
* HPSF: Enable new number types in VariantSupportAndreas Beeker2017-05-021-46/+82
* Fix hpsf javadocs and code issuesAndreas Beeker2017-05-026-854/+458
* 60325: Add commented out test that reproduces the performance issueDominik Stadler2017-04-301-37/+146
* bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets.Javen O'Neal2017-04-291-0/+9
* bug 61049 fix ordering of builtin formulasTim Allison2017-04-271-2/+2
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-201-38/+34
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-192-25/+25
* Fix bug #61007Greg Woolsey2017-04-191-1/+1
* Fix bug #61007Greg Woolsey2017-04-191-1/+11
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-1717-31/+31
* roll back to hamcrest-coreJaven O'Neal2017-04-161-8/+9
* change from hamcrest-core-1.3 to hamcrest-all-1.3Javen O'Neal2017-04-151-8/+20
* use hamcrest matchers to reduce custom codeJaven O'Neal2017-04-151-40/+12
* use assertStartsWith and assertEndsWith for better unit test error messagesJaven O'Neal2017-04-152-3/+45
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-051-0/+77
* Add tests from bug 45353 to show that this now works fineDominik Stadler2017-03-101-0/+14
* add helper functions to make it easier to see which scenarios are being testedJaven O'Neal2017-02-241-33/+60
* bug 59893: close open resources to prevent leaksJaven O'Neal2017-02-171-1/+3
* convert from junit3 to junit4Javen O'Neal2017-02-171-7/+11
* bug 59893: more unrelated changes from AndiJaven O'Neal2017-02-172-26/+42
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-71/+0
* escape unicode charsAndreas Beeker2017-02-111-6/+6
* Use long for the dummy stream, to permit >2gb streamsNick Burch2017-02-101-8/+17
* Update the big file test to use POIFSFileSystem.create(File), and tweak javadocsNick Burch2017-02-101-14/+3
* Start on a unit test for #60670, work required to get it passingNick Burch2017-02-091-0/+137
* bug 59227: parse dates formatted in Japanese or Chinese. Change javac source ...Javen O'Neal2017-02-081-0/+31
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0839-6276/+6276
* Adjust expected font-size in tests, XSSF seems to use slightly larger fonts o...Dominik Stadler2017-01-261-2/+2
* Move test to base-test-class to run it for (S)XSSF as wellDominik Stadler2017-01-262-73/+66
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-261-6/+3
* Bug 60031: Enhance test some moreDominik Stadler2017-01-261-8/+21
* fix eclipse warnings - close resourcesAndreas Beeker2017-01-235-427/+534
* #59836 - Tracker: Replace primitives with enumsAndreas Beeker2017-01-225-88/+117
* fix assert message typoJaven O'Neal2017-01-201-4/+4
* fix copy-paste typo in unit test found by Andrzej WiteckiJaven O'Neal2017-01-202-8/+18
* bug 60031: DataFormatter parses months incorrectly when put at the end of dat...Javen O'Neal2017-01-201-0/+12
* remove unused importsJaven O'Neal2017-01-201-1/+0
* bug 60605: replace Workbook.SHEET_STATE_VERY_HIDDEN with SheetVisibility.VERY...Javen O'Neal2017-01-201-2/+3
* bug 60605: remove code for enforcing rule that active sheet cannot be hiddenJaven O'Neal2017-01-201-26/+0
* bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enumJaven O'Neal2017-01-201-1/+63
* bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed...Javen O'Neal2017-01-191-0/+23