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 cc3594f3e5
commit ea79046f0d
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>