I confirmed that it fails because of the recent changes in
HSSFFormulaEvaluator.

 Here is the list of the failing tests:
 
        new GenericFormulaTestCase("D487").genericTest();     
//NullPointerException
        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

 After rollback to an earlier version (-r576504) all the tests but
 D487 pass. I'm pretty sure after the full rollback it will pass also.

 So, how soon will it be fixed? If we don't get the fix tonight I
 suggest rolling it back to what we had 2 days ago.

 Pavel, any ideas?
        
 Yegor
        
> Well, now Gump complains on
> org.apache.poi.hssf.record.formula.functions.TestEverything.

> It's hard to diagnosis. The ant's output just says "BUILD FAILED".
> If I insert try/catch in GenericFormulaTestCase I can see that the
> following tests fail:

> new GenericFormulaTestCase("D487")
> new GenericFormulaTestCase("D488")
> new GenericFormulaTestCase("D768")
> new GenericFormulaTestCase("D788")
> new GenericFormulaTestCase("D1304")
> new GenericFormulaTestCase("D1400")

> Could it be because of the recent changes in HSSFFormulaEvaluator?
> Any thoughts?

> Yegor

>> On Wed, 26 Sep 2007, [EMAIL PROTECTED] wrote:
>>> commented out a failing test until we find the reason.

>> The odd thing is that test passes on my computer (I'd already disabled the
>> test that did fail before committing). So I'm not quite sure why things
>> are failing on gump :/

>> Nick

>> ---------------------------------------------------------------------
>> 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]

Reply via email to