Browse Source

Add some formatted numbers to the test biff5 files, and commented out tests using them

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642559 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_11_FINAL
Nick Burch 9 years ago
parent
commit
1c7a6d9254

+ 7
- 0
src/testcases/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java View File

@@ -119,6 +119,13 @@ public final class TestOldExcelExtractor extends POITestCase {
// Formatted numbers
// TODO
// assertContains(text, "100.00%");
// assertContains(text, "155.00%");
// assertContains(text, "1,125");
// assertContains(text, "189,945");
// assertContains(text, "1,234,500");
// assertContains(text, "$169.00");
// assertContains(text, "$1,253.82");
}
}

BIN
test-data/spreadsheet/testEXCEL_5.xls View File


BIN
test-data/spreadsheet/testEXCEL_95.xls View File


Loading…
Cancel
Save