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:
parent
6e3df0ad59
commit
fd4a0b0bc4
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user