]> source.dussan.org Git - poi.git/commit
Fixed small bug in SUMIF() added junits. Also added test cases for DAYS360, some...
authorJosh Micich <josh@apache.org>
Sun, 22 Nov 2009 05:30:53 +0000 (05:30 +0000)
committerJosh Micich <josh@apache.org>
Sun, 22 Nov 2009 05:30:53 +0000 (05:30 +0000)
commitbfd968deb39f8f4638e81aa60e1c2738c1c9c5ea
tree7e0815ffe36c6e185c59a876d2c68c81e4eb3293
parente391cdb8343af34c4f942a025e071223f1292e3e
Fixed small bug in SUMIF() added junits.  Also added test cases for DAYS360, some initially disabled.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883037 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/record/formula/functions/Sumif.java
src/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
src/testcases/org/apache/poi/hssf/record/formula/functions/EvalFactory.java
src/testcases/org/apache/poi/hssf/record/formula/functions/TestDays360.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/formula/functions/TestSumif.java [new file with mode: 0644]