Which JDK/IDE?
Always use ant. This is what we use and trust.
Personally I had cases when it passed in IDE (ItelliJ Idea) but failed
in ant.
Below is a snippet of code which works fine with the previous version
of HSSFFormulaEvaluator but fails with the current. Hope it helps.
new GenericFormulaTestCase("D488").genericTest();
//EmptyStackException
new GenericFormulaTestCase("D768").genericTest();
//EmptyStackException
new GenericFormulaTestCase("D788").genericTest();
//EmptyStackException
new GenericFormulaTestCase("D1304").genericTest();
//AssertionFailedError: Formula: SUM(E15:E17) @ 1303:6 expected:<0> but was:<5>
new GenericFormulaTestCase("D1400").genericTest();
//EmptyStackException
Yegor
> Hello,
> I am trying to fix it. Problem is: this test works well in my IDE :))
> -----Original Message-----
> From: Yegor Kozlov [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 26, 2007 9:26 AM
> To: POI Developers List
> Subject: Re: TestHSSFDateUtil.java Patch
> Please create a bug in bugzilla and attach your patch to it.
> P.S. Do you have time to fix the issues with HSSFFormulaEvaluator? If not, I
> will have to roll back to the previous version.
> Regards,
> Yegor
>> Hello,
>> Sorry CALENDAR months had invalid values (constants). Fixed and
>> uncommented test method.
>> P.S. Sorry for sending so many messages all replies were without
>> attachement :(
>> With regards,
>> Pavel Krupets
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]