]> source.dussan.org Git - poi.git/commit
Bug 53691: Fix a copy/paste error in CFRuleRecord.clone()
authorDominik Stadler <centic@apache.org>
Tue, 20 May 2014 14:01:22 +0000 (14:01 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 20 May 2014 14:01:22 +0000 (14:01 +0000)
commitdb09c677fdb8f033c5b0f71db1c22b40575aefbf
treef2cb55473f3963418c7cc809e83507f8203ee36b
parentecf9194b651813d995fa70dada3f223d0dc92735
Bug 53691: Fix a copy/paste error in CFRuleRecord.clone()
also make CFRuleRecord.toString() print out more information which caused the bug to be much harder to find
Add unit tests to verify/reproduce this

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1596251 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/record/CFRuleRecord.java
src/testcases/org/apache/poi/hssf/record/TestCFRuleRecord.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFConditionalFormatting.java
test-data/spreadsheet/53691.xls [new file with mode: 0644]