]> source.dussan.org Git - poi.git/commit
(real) fix for bug #44691. Modified Pmt.java to allow for 3 arguments. Added TestPm...
authorJosh Micich <josh@apache.org>
Thu, 27 Mar 2008 21:54:21 +0000 (21:54 +0000)
committerJosh Micich <josh@apache.org>
Thu, 27 Mar 2008 21:54:21 +0000 (21:54 +0000)
commitb4b120060177029c274cd5ee8bbd09cc51e371d6
tree0261fc5306c59cc02d363005c1bb1b49c0e0d56b
parente97370ba5ed7eeae2d6ea90482c3b6b2ac38d190
(real) fix for  bug #44691. Modified Pmt.java to allow for 3 arguments.  Added TestPmt junit.

git-svn-id: https://svn.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]