(real) fix for bug #44691. Modified Pmt.java to allow for 3 arguments. Added TestPm...
commit05575f589c6b025a33203daab307005ca101db91
authorJosh Micich <josh@apache.org>
Thu, 27 Mar 2008 21:54:21 +0000 (27 21:54 +0000)
committerJosh Micich <josh@apache.org>
Thu, 27 Mar 2008 21:54:21 +0000 (27 21:54 +0000)
tree0261fc5306c59cc02d363005c1bb1b49c0e0d56b
parent1b9d5ff04fd822ff2f954d27c5fa1c221acd8740
(real) fix for  bug #44691. Modified Pmt.java to allow for 3 arguments.  Added TestPmt junit.

git-svn-id: https://svn.eu.apache.org/repos/asf/poi/trunk@641996 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Pmt.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestPmt.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hssf/usermodel/TestBug44691.java [deleted file]