]> source.dussan.org Git - poi.git/commit
Add a number of tests for the dev-tools. The tests iterate over all .xls
authorDominik Stadler <centic@apache.org>
Fri, 25 Oct 2013 21:57:48 +0000 (21:57 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 25 Oct 2013 21:57:48 +0000 (21:57 +0000)
commitc856b750aeae992878cda8f3693faf17fd2fab14
tree473d46e0ec9c36ec3ccfe0c87f1bf13361558ece
parentea257d494a00b552c2f9d5a104b0b089a14558c4
Add a number of tests for the dev-tools. The tests iterate over all .xls
files that are found under test-data, any newly added file or
code-change which breaks one of the dev-tools will cause the tests to
fail in the future. Known broken files can be excluded.

Also fixes two points where some files could cause BiffViewer to fail.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1535885 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
src/java/org/apache/poi/hssf/dev/BiffDrawingToXml.java
src/java/org/apache/poi/hssf/dev/BiffViewer.java
src/java/org/apache/poi/hssf/dev/FormulaViewer.java
src/java/org/apache/poi/hssf/record/ObjRecord.java
src/java/org/apache/poi/hssf/record/chart/CatLabRecord.java
src/testcases/org/apache/poi/hssf/dev/BaseXLSIteratingTest.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/dev/TestBiffDrawingToXml.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/dev/TestBiffViewer.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/dev/TestEFBiffViewer.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/dev/TestFormulaViewer.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/dev/TestReSave.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/dev/TestRecordLister.java [new file with mode: 0644]