renamed CalculateMortgage to CalculateMortgageFunction in test build script too to keep Gump happy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150085 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yegor Kozlov 2011-07-23 11:24:12 +00:00
parent 6e3df0ad59
commit fd4a0b0bc4

View File

@ -124,7 +124,7 @@ under the License.
<target name="test-udf"> <target name="test-udf">
<poi:excelant fileName="test-data/spreadsheet/excelant.xls"> <poi:excelant fileName="test-data/spreadsheet/excelant.xls">
<poi:udf functionAlias="calculatePayment" <poi:udf functionAlias="calculatePayment"
className="org.apache.poi.ss.examples.formula.CalculateMortgage"/> className="org.apache.poi.ss.examples.formula.CalculateMortgageFunction"/>
<poi:test> <poi:test>
<poi:setDouble cell="'MortageCalculatorFunction'!$B$1" value="240000"/> <poi:setDouble cell="'MortageCalculatorFunction'!$B$1" value="240000"/>
<poi:setDouble cell="'MortageCalculatorFunction'!$B$2" value ="0.11"/> <poi:setDouble cell="'MortageCalculatorFunction'!$B$2" value ="0.11"/>