aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xssf/model/TestSharedStringsTable.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-244/+0
* Sonar fixesAndreas Beeker2021-01-091-4/+4
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-3/+3
* fix some testsPJ Fanning2020-07-161-2/+0
* fix test compile - some follow up neededPJ Fanning2020-07-151-24/+7
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...Dominik Stadler2020-01-271-6/+7
* Fix some additional file-handle-leaks reported by unit-tests via an enhanced ...Dominik Stadler2020-01-031-2/+4
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-271-30/+23
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-1/+2
* Remove some IDE warningsDominik Stadler2018-08-231-0/+1
* try to get CTPhonetic included in poi-ooxml-schemasPJ Fanning2018-07-041-0/+4
* try to get CTPhoneticRun added to poi-ooxml-schemas jar (referenced in excel-...PJ Fanning2018-06-301-0/+4
* Bug-61906 add API for working with RichStringText and deprecate API methods t...PJ Fanning2017-12-151-0/+68
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* extended forbidden-apis-check to ooxml-testsAndreas Beeker2015-11-051-18/+22
* Bug 51158: clear out Memory-based part before writing to it,Dominik Stadler2013-12-261-6/+12
* Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936Yegor Kozlov2010-04-251-0/+51
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Changed CRLF to LF in ooxml/testcases. Minor fixes for compiler warnings and ...Josh Micich2009-05-211-131/+128
* more code cleanup and refactoring: (a) removed references to ooxml schemas fr...Yegor Kozlov2008-10-191-9/+3
* Minor fixes to get junits working after r695832. Updates to align with new s...Josh Micich2008-09-171-26/+19
* unit tests for SharedStringsTableYegor Kozlov2008-09-161-0/+144