]> source.dussan.org Git - poi.git/commit
convert TestCellUtil to BaseTestCellUtil so that it can be tested with different...
authorJaven O'Neal <onealj@apache.org>
Mon, 9 May 2016 01:09:36 +0000 (01:09 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 9 May 2016 01:09:36 +0000 (01:09 +0000)
commit9fba4277941597f490e95c504ffbb3acb843f562
treee5b4ea2a07f48d6d6e2cd8d31fc71526cc65b7d5
parentf850d93b682e578b3a580d0766a3707ab9d18fa5
convert TestCellUtil to BaseTestCellUtil so that it can be tested with different workbook instances

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742859 13f79535-47bb-0310-9956-ffa450edef68
src/testcases/org/apache/poi/ss/util/BaseTestCellUtil.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/util/TestCellUtil.java [deleted file]
src/testcases/org/apache/poi/ss/util/TestHSSFCellUtil.java [new file with mode: 0644]