From: Amol S. Deshmukh Date: Sun, 26 Nov 2006 06:14:54 +0000 (+0000) Subject: updated to include additional tests for IF() X-Git-Tag: REL_3_0_ALPHA3~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5f9ef7eab070c12cc1aeca0ce75d580afb9dd5aa;p=poi.git updated to include additional tests for IF() git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@479293 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestEverything.java b/src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestEverything.java index 7e873d764e..169042044c 100644 --- a/src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestEverything.java +++ b/src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestEverything.java @@ -17,7 +17,7 @@ public class TestEverything extends TestSuite { public static TestSuite suite() throws Exception { TestSuite suite = new TestSuite("Tests for individual function classes"); String s; - for(int i=80; i<1481;i=i+4) { + for(int i=80; i<1485;i=i+4) { s = "D"+Integer.toString(i).trim(); suite.addTest(new GenericFormulaTestCase(s)); }