]> 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)
commit4bd790dc0a6948bf5ccfcdc67557d9da8ffa600e
treee5b4ea2a07f48d6d6e2cd8d31fc71526cc65b7d5
parentd9af7f8d0e2ab2a967b3a602ec6ba99998a095c3
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]