aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFPalette.java
Commit message (Expand)AuthorAgeFilesLines
* Tried to reproduce bug 48403 but couldn't, still adding the related unit testDominik Stadler2015-09-291-3/+31
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-161-19/+10
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-091-5/+5
* Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious...Nick Burch2009-11-251-1/+56
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-68/+49
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-251-5/+5
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-63/+49
* Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and a...Nick Burch2008-02-211-0/+43
* Improve the javadocs for font and fill related colourings, and add another te...Nick Burch2008-01-021-0/+65
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Major landing of the following changes:Jason Height2005-08-181-1/+1
* Centralized creation of temp files and made the default operation to delete o...Glen Stampoultzis2004-10-121-1/+2
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-1/+0
* New licence changes.Glen Stampoultzis2004-04-091-52/+16
* Ported the drawing stuff from the rel_2_branch. Given the effort this took I...Glen Stampoultzis2004-04-091-1/+15
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* PR: 16145 - tests delete their output filesAvik Sengupta2003-01-261-1/+0
* added new files for custom palette patchAvik Sengupta2003-01-021-0/+187