mirror of https://github.com/apache/poi.git
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
cc3594f3e5
commit
ea79046f0d
|
@ -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"/>
|
||||||
|
|
Loading…
Reference in New Issue