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:
Nick Burch 2014-11-30 16:01:28 +00:00
parent 2821bcaf41
commit 1c7a6d9254
3 changed files with 7 additions and 0 deletions

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");
}
}