]> source.dussan.org Git - poi.git/commitdiff
follow-on to r1294595
authorYegor Kozlov <yegor@apache.org>
Tue, 28 Feb 2012 13:48:27 +0000 (13:48 +0000)
committerYegor Kozlov <yegor@apache.org>
Tue, 28 Feb 2012 13:48:27 +0000 (13:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294653 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestFormulaEvaluatorOnXSSF.java
test-data/spreadsheet/FormulaEvalTestData_Copy.xlsx

index c8808c96f316d387308d972636769d00a13ccfcf..1b680d24e8b9464356d9470ff1b62ad006c0d941 100644 (file)
@@ -61,33 +61,33 @@ public final class TestFormulaEvaluatorOnXSSF extends TestCase {
                 * Name of the test spreadsheet (found in the standard test data folder)
                 */
                public final static String FILENAME = "FormulaEvalTestData_Copy.xlsx";
-               /**
-                * Row (zero-based) in the test spreadsheet where the operator examples start.
-                */
-               public static final int START_OPERATORS_ROW_INDEX = 22; // Row '23'
-               /**
-                * Row (zero-based) in the test spreadsheet where the function examples start.
-                */
-               public static final int START_FUNCTIONS_ROW_INDEX = 87; // Row '88' 
-               /** 
-                * Index of the column that contains the function names
-                */
-               public static final short COLUMN_INDEX_FUNCTION_NAME = 1; // Column 'B'
-       
-               /**
-                * Used to indicate when there are no more functions left
-                */
-               public static final String FUNCTION_NAMES_END_SENTINEL = "<END-OF-FUNCTIONS>";
-       
-               /**
-                * Index of the column where the test values start (for each function)
-                */
-               public static final short COLUMN_INDEX_FIRST_TEST_VALUE = 3; // Column 'D'
-               
-               /**
-                * Each function takes 4 rows in the test spreadsheet 
-                */
-               public static final int NUMBER_OF_ROWS_PER_FUNCTION = 4;
+        /**
+         * Row (zero-based) in the test spreadsheet where the operator examples start.
+         */
+        public static final int START_OPERATORS_ROW_INDEX = 22; // Row '23'
+        /**
+         * Row (zero-based) in the test spreadsheet where the function examples start.
+         */
+        public static final int START_FUNCTIONS_ROW_INDEX = 95; // Row '96'
+        /**
+         * Index of the column that contains the function names
+         */
+        public static final int COLUMN_INDEX_FUNCTION_NAME = 1; // Column 'B'
+
+        /**
+         * Used to indicate when there are no more functions left
+         */
+        public static final String FUNCTION_NAMES_END_SENTINEL = "<END-OF-FUNCTIONS>";
+
+        /**
+         * Index of the column where the test values start (for each function)
+         */
+        public static final short COLUMN_INDEX_FIRST_TEST_VALUE = 3; // Column 'D'
+
+        /**
+         * Each function takes 4 rows in the test spreadsheet
+         */
+        public static final int NUMBER_OF_ROWS_PER_FUNCTION = 4;
        }
 
        private XSSFWorkbook workbook;
index 848ea3f012a02429b0ecdd0e87e9e4c8baa9e972..3d70eba69159b3fc7467bd66f574cf370f2474b0 100644 (file)
Binary files a/test-data/spreadsheet/FormulaEvalTestData_Copy.xlsx and b/test-data/spreadsheet/FormulaEvalTestData_Copy.xlsx differ