Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


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.)

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.