On Mon, 24 Sep 2007, Pavel Krupets wrote:
Attached you can find DATE function implementation and tests.
All but one of the tests for this pass, but one fails:
[junit] Testcase: testSomeArgumentsMissing took 0.333 sec
[junit] Caused an ERROR
[junit] null
[junit] java.util.EmptyStackException
[junit] at java.util.Stack.peek(Stack.java:79)
[junit] at java.util.Stack.pop(Stack.java:61)
[junit] at
org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator.internalEvaluate(HSSFFormulaEvaluator.java:329)
[junit] at
org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator.evaluate(HSSFFormulaEvaluator.java:192)
[junit] at
org.apache.poi.hssf.record.formula.functions.TestDate.testSomeArgumentsMissing(TestDate.java:35)
Any chance you could do a new version of the code / test that doesn't
work?
(I also renamed the test to TestDate, as all our tests should start with
Test, so that the ant test task can identify them easily)
Cheers
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]