Re: Test name: Test::testAutoFill assertion failed

2015-10-27 Thread Alex McMurchy
The patch "convert InsertDeleteFlags to use o3tl::typed_flags" has fixed the problem I was seeing. Seems a bit spooky that the patch appeared a couple of days after I posted my last message. Thanks Alex On 26/10/15 08:36, Stephan Bergmann wrote: On 10/24/2015 07:13 AM, Alex McMurchy wrote

Re: Test name: Test::testAutoFill assertion failed

2015-10-26 Thread Stephan Bergmann
On 10/24/2015 07:13 AM, Alex McMurchy wrote: Or, has anyone got any other suggestions on how to tackle this problem? Either "convert InsertDeleteFlags to use o3tl::typed_flags" already happens t

Re: Test name: Test::testAutoFill assertion failed

2015-10-24 Thread Alex McMurchy
: m_pDoc->GetCellType(ScAddress(0,i,0)) == CELLTYPE_NONE ucalc.cxx:4540:Assertion Test name: Test::testAutoFill assertion failed - Expression: m_pDoc->GetCellType(ScAddress(0,i,0)) == CELLTYPE_NONE Failures !!! Run: 205 Failure total: 1 Failures: 1 Errors: 0 Error: a unit test faile

Re: Test name: Test::testAutoFill assertion failed

2015-09-02 Thread Stephan Bergmann
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 abou

Test name: Test::testAutoFill assertion failed

2015-09-01 Thread Alex McMurchy
DEP] LNK:CppunitTest/libtest_sc_ucalc.so [build LNK] CppunitTest/libtest_sc_ucalc.so [build CUT] sc_ucalc /home/master/git/libreoffice/sc/qa/unit/ucalc.cxx:4540:Test::testAutoFill assertion failed - Expression: m_pDoc->GetCellType(ScAddress(0,i,0)) == CELLTYPE_NONE ucalc.cxx:4540:Assertion Test name: Test: