Test name: Test::testAutoFill assertion failed

Stephan Bergmann sbergman at redhat.com
Wed Sep 2 00:45:26 PDT 2015


On 09/01/2015 07:22 PM, Alex McMurchy wrote:
>>  4536      pUndoMgr->Undo();
>>   4537
>>   4538  /*    CPPUNIT_ASSERT_EQUAL(1.0,
>> m_pDoc->GetValue(ScAddress(0,0,0)));
>>   4539      for (SCROW i = 1; i <= 5; ++i)
>>   4540 CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(0,i,0)) ==
>> CELLTYPE_NONE); */

No idea about that failure, but the first thing I would do is replace 
that CPPUNIT_ASSERT(a==b) with a CPPUNIT_ASSERT_EQUAL(b,a) to get better 
CppUnit output about the failure---maybe that will ring a bell with 
somebody.  (And do push the resulting patch to gerrit.)


More information about the LibreOffice mailing list