]> source.dussan.org Git - poi.git/commitdiff
updated to include additional tests for IF()
authorAmol S. Deshmukh <amol@apache.org>
Sun, 26 Nov 2006 06:14:54 +0000 (06:14 +0000)
committerAmol S. Deshmukh <amol@apache.org>
Sun, 26 Nov 2006 06:14:54 +0000 (06:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@479293 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestEverything.java

index 7e873d764efc242761d721440c1b913a30e44cb4..169042044cd21c1015a00e3c4df832bd298473ed 100644 (file)
@@ -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));
         }