aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/HSSFITestDataProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678801 13f79535-47bb-0310-9956-ffa450edef68
* Bug 46898: Convert unit tests for circular references to also run for XSSFDominik Stadler2015-01-021-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649122 13f79535-47bb-0310-9956-ffa450edef68
* Replaced getInstance methods with field for instances of ITestDataProvider. ↵Josh Micich2009-12-261-3/+0
| | | | | | Some simplification in hierarchy of related tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893929 13f79535-47bb-0310-9956-ffa450edef68
* Made public instance fields for ITestDataProvider singletons.Josh Micich2009-12-251-15/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893900 13f79535-47bb-0310-9956-ffa450edef68
* removed unnecessary svn:executable flag from files in SVN trunk, see ↵Yegor Kozlov2009-09-131-0/+0
| | | | | | bugzilla 47734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
* moved all test data to a top-level directory, refactored all junit usages of ↵Yegor Kozlov2009-08-231-1/+2
| | | | | | .testdata.path to one place git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in .java test files. Minor reformatting and compiler ↵Josh Micich2009-05-181-59/+59
| | | | | | warning fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776056 13f79535-47bb-0310-9956-ffa450edef68
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766251 13f79535-47bb-0310-9956-ffa450edef68
* consolidate limits specific to Excel version(Excel97, Excel2007) in ↵Yegor Kozlov2009-04-061-0/+5
| | | | | | SpreadsheetVersion enum, allow merged regions with columns greater than 255 or rows bigger than 65536 in XSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762372 13f79535-47bb-0310-9956-ffa450edef68
* more refactoring of common ss testsYegor Kozlov2009-03-291-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@759714 13f79535-47bb-0310-9956-ffa450edef68
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common ↵Yegor Kozlov2009-02-241-0/+50
interface org.apache.poi.ss.usermodel.Sheet; more progress on testing common xssf-hssf interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747307 13f79535-47bb-0310-9956-ffa450edef68