mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
2821bcaf41
commit
1c7a6d9254
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue