You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2012/02/28 14:48:27 UTC

svn commit: r1294653 - in /poi/trunk: src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestFormulaEvaluatorOnXSSF.java test-data/spreadsheet/FormulaEvalTestData_Copy.xlsx

Author: yegor
Date: Tue Feb 28 13:48:27 2012
New Revision: 1294653

URL: http://svn.apache.org/viewvc?rev=1294653&view=rev
Log:
follow-on to r1294595

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

Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestFormulaEvaluatorOnXSSF.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestFormulaEvaluatorOnXSSF.java?rev=1294653&r1=1294652&r2=1294653&view=diff
==============================================================================
--- poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestFormulaEvaluatorOnXSSF.java (original)
+++ poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestFormulaEvaluatorOnXSSF.java Tue Feb 28 13:48:27 2012
@@ -61,33 +61,33 @@ public final class TestFormulaEvaluatorO
 		 * 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;

Modified: poi/trunk/test-data/spreadsheet/FormulaEvalTestData_Copy.xlsx
URL: http://svn.apache.org/viewvc/poi/trunk/test-data/spreadsheet/FormulaEvalTestData_Copy.xlsx?rev=1294653&r1=1294652&r2=1294653&view=diff
==============================================================================
Binary files - no diff available.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org