svn commit: r1596251 - in /poi/trunk: src/java/org/apache/poi/hssf/record/ src/testcases/org/apache/poi/hssf/record/ src/testcases/org/apache/poi/hssf/usermodel/ test-data/spreadsheet/

2014-05-20 Thread centic
Author: centic Date: Tue May 20 14:01:22 2014 New Revision: 1596251 URL: http://svn.apache.org/r1596251 Log: 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

svn commit: r1596261 - in /poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel: TestUnfixedBugs.java TestXSSFBugs.java

2014-05-20 Thread centic
Author: centic Date: Tue May 20 14:12:19 2014 New Revision: 1596261 URL: http://svn.apache.org/r1596261 Log: Move some tests from unfixed to normal test classes as the underlying bug is now fixed. Also make on of the unfixed bugs cause an actual failure so it is justified to stay in unfixed