From e17b1839cd556cd893150e790cd554ea3e4af139 Mon Sep 17 00:00:00 2001 From: Josh Micich Date: Thu, 8 May 2008 01:06:56 +0000 Subject: [PATCH] tiny clean-up after r654356 (bug 44950) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654366 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/poi/hssf/record/formula/functions/TestIndex.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java b/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java index ae9e5c239c..492d68e983 100755 --- a/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java +++ b/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java @@ -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 @@ import org.apache.poi.hssf.record.formula.eval.ValueEval; */ 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 @@ public final class TestIndex extends TestCase { 7, 8, 9, 10, 11, 12, -// 13, // excess array element. TODO - Area2DEval currently has no validation to ensure correct size of values array }; /** -- 2.39.5