You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by jo...@apache.org on 2008/05/08 03:06:57 UTC

svn commit: r654366 - /poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java

Author: josh
Date: Wed May  7 18:06:56 2008
New Revision: 654366

URL: http://svn.apache.org/viewvc?rev=654366&view=rev
Log:
tiny clean-up after r654356 (bug 44950)

Modified:
    poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java

Modified: poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java?rev=654366&r1=654365&r2=654366&view=diff
==============================================================================
--- poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java (original)
+++ poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java Wed May  7 18:06:56 2008
@@ -14,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.hssf.record.formula.functions;
 
@@ -33,10 +32,6 @@
  */
 public final class TestIndex extends TestCase {
 
-	public TestIndex(String testName) {
-		super(testName);
-	}
-	
 	private static final double[] TEST_VALUES0 = {
 			1, 2,
 			3, 4,
@@ -44,7 +39,6 @@
 			7, 8,
 			9, 10,
 			11, 12,
-//			13, // excess array element. TODO - Area2DEval currently has no validation to ensure correct size of values array
 	};
 	
 	/**



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