poi/src/testcases/org/apache/poi/hssf
Javen O'Neal 38cd94d676 bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760630 13f79535-47bb-0310-9956-ffa450edef68
2016-09-14 05:22:23 +00:00
..
dev move duplicated NullOutputStream classes to test suite utilities 2016-09-10 18:47:00 +00:00
eventmodel add @NotImplemented annotation to methods that are not implemented 2016-04-10 21:28:41 +00:00
eventusermodel Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage, we had some unit tests failing sporadically due to this 2015-09-22 19:50:37 +00:00
extractor Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... 2016-07-17 21:18:07 +00:00
model change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 2016-09-13 23:24:56 +00:00
record change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 2016-09-13 23:24:56 +00:00
usermodel bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 2016-09-14 05:22:23 +00:00
util bug 59748: replace Hashtable with HashMap; contributed by Axel Howind 2016-06-24 21:39:44 +00:00
HSSFITestDataProvider.java move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDataProvider.trackColumnsForAutosizing(Sheet, int...) with ITestDataProvider.trackAllColumnsForAutosizing(Sheet) to avoid cluttering unit tests with specific columns that will be autosized 2016-02-18 04:05:45 +00:00
HSSFTestDataSamples.java whitespace 2015-12-29 07:38:31 +00:00
HSSFTests.java Bug 35897 - Password protected files 2014-01-10 23:14:03 +00:00