aboutsummaryrefslogtreecommitdiffstats
path: root/src/excelant/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'src/excelant/testcases')
-rwxr-xr-xsrc/excelant/testcases/org/apache/poi/ss/excelant/tests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml b/src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml
index 779525b2a2..78ed1311e9 100755
--- a/src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml
+++ b/src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml
@@ -124,7 +124,7 @@ under the License.
<target name="test-udf">
<poi:excelant fileName="test-data/spreadsheet/excelant.xls">
<poi:udf functionAlias="calculatePayment"
- className="org.apache.poi.ss.examples.formula.CalculateMortgage"/>
+ className="org.apache.poi.ss.examples.formula.CalculateMortgageFunction"/>
<poi:test>
<poi:setDouble cell="'MortageCalculatorFunction'!$B$1" value="240000"/>
<poi:setDouble cell="'MortageCalculatorFunction'!$B$2" value ="0.11"/>