Bugzilla – Attachment 123065 Details for
Bug 98264
use correct cppunit assert macros in calc's unit test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
file containting the clang plugin output
cppunit_assert.txt (text/plain), 223.49 KB, created by
Markus Mohrhard
on 2016-02-29 01:48:13 UTC
(
hide
)
Description:
file containting the clang plugin output
Filename:
MIME Type:
Creator:
Markus Mohrhard
Created:
2016-02-29 01:48:13 UTC
Size:
223.49 KB
patch
obsolete
>/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:22:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be no edit cells.", nResRow == -1); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:24:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be no edit cells.", nResRow == -1); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:26:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be no edit cells.", nResRow == -1); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:36:59: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There is an edit cell here.", nResRow == 0); > ^~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:41:83: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There shouldn't be an edit cell in specified range.", nResRow == -1); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:46:83: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There shouldn't be an edit cell in specified range.", nResRow == -1); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:51:80: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be an edit cell in specified range.", nResRow == 0); > ^~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:57:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This should be a string cell.", aCell.meType == CELLTYPE_STRING); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:59:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This should be an empty cell.", aCell.meType == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:61:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This should be a numeric cell.", aCell.meType == CELLTYPE_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:63:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This should be an empty cell.", aCell.meType == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_column.cxx:68:83: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There shouldn't be an edit cell in specified range.", nResRow == -1); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >12 warnings generated. >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:109:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(rRange == ScRange(2,0,0,2,3,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:183:66: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Wrong conditional format instance.", pCheck == pFormat); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:187:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This should be a single range.", aCheckRange.size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:190:66: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Format should be applied to B2:B4.", *pRange == ScRange(1,1,0,1,3,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:205:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This should be a single range.", aCheckRange.size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:208:109: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Format should be applied to B2:B4 on the 2nd sheet after the sheet insertion.", *pRange == ScRange(1,1,1,1,3,1)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:221:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This should be a single range.", aCheckRange.size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:224:107: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Format should be applied to B2:B4 on the 1st sheet after the sheet removal.", *pRange == ScRange(1,1,0,1,3,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:238:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This should be a single range.", aCheckRange.size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:241:119: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Format should be applied to B2:B4 on the 2nd sheet after the undo of the sheet removal.", *pRange == ScRange(1,1,1,1,3,1)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:370:24: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(itr == aCondFormatIndices.end()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_condformat.cxx:426:21: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT( nKey == pCondFormatItem->GetCondFormatData().at(0) ); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >12 warnings generated. >[build DEP] LNK:Library/libtklo.so >[build LNK] Library/libtklo.so >[build DEP] LNK:Library/libxolo.so >[build LNK] Library/libxolo.so >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:179:84: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be only one table linked to this cache.", aRefs.size() == 1); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:223:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:249:68: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be only one data cache.", pDPs->GetSheetCaches().size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:288:68: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be only one data cache.", pDPs->GetSheetCaches().size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:294:68: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be only one data cache.", pDPs->GetSheetCaches().size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:300:52: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Cache reload failed.", nErrId == 0); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:302:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetSheetCaches().size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:330:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetSheetCaches().size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:338:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 0); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:341:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetSheetCaches().size() == 0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:353:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:356:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetSheetCaches().size() == 0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:404:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:460:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:543:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:569:105: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Incorrect formula value that references a cell in the pivot table output.", fTest == 80.0); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:597:105: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Incorrect formula value that references a cell in the pivot table output.", fTest == 40.0); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:626:105: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Incorrect formula value that references a cell in the pivot table output.", fTest == 20.0); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:650:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 0); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:703:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:732:50: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE( "Wrong sheet name.", aTabName == "Table" ); > ^~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:734:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPObj->GetOutRange().aStart.Tab() == 0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:747:63: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be no more tables.", pDPs->GetCount() == 0); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:749:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetNameCaches().size() == 0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:773:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:778:54: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("wrong dimension count.", nDimCount == 3); > ^~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:780:52: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("wrong dimension name", aDimName == "F1"); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:782:52: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("wrong dimension name", aDimName == "F2"); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:784:52: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("wrong dimension name", aDimName == "F3"); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:793:60: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("wrong dimension member count", nMemCount == 6); > ^~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:823:60: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("wrong dimension member count", nMemCount == 3); > ^~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:841:60: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("wrong dimension member count", nMemCount == 6); > ^~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:970:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1063:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1109:57: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Unexpected group name", aGroupName == "Group1"); > ^~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1151:57: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Unexpected group name", aGroupName == "Group2"); > ^~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1225:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1310:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1320:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1480:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1493:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1621:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1695:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1705:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1858:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:1868:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:2028:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:2090:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:2109:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:2249:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:2268:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:2365:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pDPs->GetCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_pivottable.cxx:2393:68: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be only one data cache.", pDPs->GetSheetCaches().size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >53 warnings generated. >[build DEP] LNK:Library/libvclbootstrapprotector.so >[build LNK] Library/libvclbootstrapprotector.so >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:512:78: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("They must be equal when cases are ignored.", aSS1.getDataIgnoreCase() == aSS2.getDataIgnoreCase()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:517:78: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("They must be equal when cases are ignored.", aSS1.getDataIgnoreCase() == aSS2.getDataIgnoreCase()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:670:59: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("List should have one range.", aRL.size() == 1); > ^~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:693:70: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be one selected row span.", aSpans.size() == 1); > ^~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:698:73: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be one selected column span.", aSpans.size() == 1); > ^~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:705:69: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be 2 selected row spans.", aSpans.size() == 2); > ^~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:712:73: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be one selected column span.", aSpans.size() == 1); > ^~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:719:70: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be one selected row span.", aSpans.size() == 1); > ^~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:724:73: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be one selected column span.", aSpans.size() == 1); > ^~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:750:92: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Text content should have been treated as string, not number.", test == "000123"); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:759:64: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Failed to increment sheet count.", m_pDoc->GetTableCount() == nStartTabs+1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:761:64: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Failed to increment sheet count.", m_pDoc->GetTableCount() == nStartTabs+2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:784:64: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Failed to decrement sheet count.", m_pDoc->GetTableCount() == nStartTabs+1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:809:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The entries should have ended here.", it == aEntries.end()); > ^~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:823:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The entries should have ended here.", it == aEntries.end()); > ^~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1000:13: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > aDestDoc.GetNote(ScAddress(0, 0, 0))->GetText() == m_pDoc->GetNote(ScAddress(0, 0, 0))->GetText()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1564:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 2); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1571:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 0.25); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1589:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1591:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1593:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 7); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1595:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1597:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 7.4); > ^~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1605:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1607:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1609:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 7); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1611:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1613:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 7.4); > ^~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1621:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1623:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1625:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 7); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1627:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1629:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1637:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1639:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1641:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 7); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1643:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1645:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1653:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1655:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1657:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1659:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1661:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", val == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1669:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1671:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1673:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1675:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1677:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("incorrect result", aVal == "#VALUE!"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1718:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE ("calculation failed", result == 1.0); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1798:66: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE ("CSV numeric detection failure", bResult == aTests[i].bResult); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1799:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE ("CSV numeric value failure", nValue == aTests[i].nValue); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1822:66: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element is not of numeric type", rVal.nType == SC_MATVAL_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1823:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element value must be zero", rVal.fVal == 0.0); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1831:66: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element is not of numeric type", rVal.nType == SC_MATVAL_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1834:65: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element value must be 3.0", rVal.fVal == 3.0); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1838:66: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element value must be zero", rVal.fVal == 0.0); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1847:64: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element is not of empty type", rVal.nType == SC_MATVAL_EMPTY); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1848:85: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("value of \"empty\" element is expected to be zero", rVal.fVal == 0.0); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1858:70: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element is not of boolean type", rVal.nType == SC_MATVAL_BOOLEAN); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1859:77: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element value is not what is expected", rVal.fVal == 1.0); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1863:68: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element is not of value type", rVal.nType == SC_MATVAL_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1864:77: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element value is not what is expected", rVal.fVal == -12.5); > ^~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1868:68: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element is not of value type", rVal.nType == SC_MATVAL_STRING); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1869:77: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element value is not what is expected", rVal.aStr.getString() == "Test"); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1873:73: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element is not of empty path type", rVal.nType == SC_MATVAL_EMPTYPATH); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1874:89: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("value of \"empty\" element is expected to be zero", rVal.fVal == 0.0); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1878:68: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("element is not of empty type", rVal.nType == SC_MATVAL_EMPTY); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:1879:89: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("value of \"empty\" element is expected to be zero", rVal.fVal == 0.0); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2111:59: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("A3 should be matrix origin.", pFC->GetMatrixFlag() == MM_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2115:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("A4 should be matrix reference.", pFC->GetMatrixFlag() == MM_REFERENCE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2141:77: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("document should have one sheet to begin with.", m_pDoc->GetTableCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2166:68: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("document now should have two sheets.", m_pDoc->GetTableCount() == 2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2195:68: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("document now should have two sheets.", m_pDoc->GetTableCount() == 2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2227:66: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE( "sheets should have changed places", aName == "TestTab1" ); > ^~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2247:66: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE( "sheets should have changed places", aName == "TestTab2" ); > ^~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2821:77: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("document should have one sheet to begin with.", m_pDoc->GetTableCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2838:69: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("must have equal position and size", aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2845:72: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should not change when page anchored", aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2848:72: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should not change when page anchored", aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2851:77: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("That shouldn't change size or positioning", aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2861:72: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should not change when page anchored", aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2871:32: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2875:32: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2883:32: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > aOrigRect.GetSize() == rNewRect.GetSize()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2888:81: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Failed to move back to its original position.", aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2902:48: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Size differ.", aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2906:32: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2913:32: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > aOrigRect == rNewRect); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2916:86: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be exactly 2 points in a line object.", n == 2); > ^~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2928:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be only 2 sheets to begin with", m_pDoc->GetTableCount() == 2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:2971:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pObj->GetLogicRect() == aObjRect); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3019:54: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE( "Wrong conversion.", aFormula == "=$B$100" ); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3024:54: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE( "Wrong conversion.", aFormula == "=B$100" ); > ^~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3029:54: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE( "Wrong conversion.", aFormula == "=$B100" ); > ^~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3034:54: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE( "Wrong conversion.", aFormula == "=B100" ); > ^~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3294:71: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("formula string was not copied correctly", aString == aFormulaString); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3296:56: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("copied value should be 1", fValue == 1); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3304:76: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("local range 1 should still point to Sheet1.A1",aRangeLocal1 == ScRange(0,0,0,0,0,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3306:59: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("local2 should not be copied", pLocal2 == nullptr); > ^~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3313:13: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetNote(ScAddress(0, 0, 0))->GetText() == m_pDoc->GetNote(ScAddress(0, 1, 1))->GetText()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3315:13: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetNote(ScAddress(1, 0, 0))->GetText() == m_pDoc->GetNote(ScAddress(1, 1, 1))->GetText()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3317:13: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetNote(ScAddress(2, 0, 0))->GetText() == m_pDoc->GetNote(ScAddress(2, 1, 1))->GetText()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3333:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Cell Sheet2.C2 should contain: test", aString == "test"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3335:63: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Formula should be correct again", aString == aFormulaString); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3341:13: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetNote(ScAddress(0, 0, 0))->GetText() == m_pDoc->GetNote(ScAddress(0, 1, 1))->GetText()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3343:13: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetNote(ScAddress(1, 0, 0))->GetText() == m_pDoc->GetNote(ScAddress(1, 1, 1))->GetText()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3345:13: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetNote(ScAddress(2, 0, 0))->GetText() == m_pDoc->GetNote(ScAddress(2, 1, 1))->GetText()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3431:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Cell Sheet2.D4 should contain: test", aString == "test"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3437:76: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("transposed formula should point on Sheet2.D2", aString == "=D2+1"); > ^~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3444:13: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetNote(ScAddress(3, 1, 1))->GetText() == m_pDoc->GetNote(ScAddress(0, 0, 0))->GetText()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3446:13: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetNote(ScAddress(3, 2, 1))->GetText() == m_pDoc->GetNote(ScAddress(1, 0, 0))->GetText()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3448:13: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetNote(ScAddress(3, 3, 1))->GetText() == m_pDoc->GetNote(ScAddress(2, 0, 0))->GetText()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3717:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("B3 should be empty.", m_pDoc->GetCellType(ScAddress(1,2,0)) == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3799:73: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This cell should be empty after the move.", m_pDoc->GetCellType(ScAddress(0,1,0)) == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3900:60: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Cell D1 should contain: test", aString == "test"); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3902:73: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Cell C1 should contain an updated formula", aString == "=B1+1"); > ^~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:3984:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(0,2,0)) == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4064:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("C1 should be empty.", m_pDoc->GetCellType(ScAddress(2,0,0)) == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4183:49: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("table not renamed", nameToSet == nameJustSet); > ^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4192:49: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("table not renamed", nameToSet == nameJustSet); > ^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4198:70: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("the correct name is not set after undo", nameJustSet == anOldName); > ^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4202:71: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("the correct color is not set after redo", nameJustSet == nameToSet); > ^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4220:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetTabBgColor(0) == aColor); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4226:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > m_pDoc->GetTabBgColor(0) == aColor); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4231:71: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("the correct color is not set after undo", m_pDoc->GetTabBgColor(0)== aOldTabBgColor); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4233:71: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("the correct color is not set after undo", m_pDoc->GetTabBgColor(0)== aColor); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4334:73: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be exactly 3 matching cells.", aMatchedRanges.size() == 3); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4550:24: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(0,i,0)) == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4722:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4787:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4855:66: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("We should have a string cell here.", aStr == aTestVal); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4864:66: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("We should have a string cell here.", aStr == aTestVal); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4893:53: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("note should be itself", pGetNote == pNote); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4899:49: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("note hasn't moved", m_pDoc->GetNote(aAddr) == nullptr); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4901:46: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("note not there", m_pDoc->GetNote(aAddr) == pNote); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4907:49: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("note hasn't moved", m_pDoc->GetNote(aAddr) == nullptr); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4909:46: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("note not there", m_pDoc->GetNote(aAddr) == pNote); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4913:49: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("note hasn't moved", m_pDoc->GetNote(aAddr) == nullptr); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4915:46: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("note not there", m_pDoc->GetNote(aAddr) == pNote); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4919:46: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("note not there", m_pDoc->GetNote(aAddr) == pNote); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4924:69: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Note shouldn't have moved but it has.", m_pDoc->GetNote(aAddr) == pNote); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4928:69: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Note shouldn't have moved but it has.", m_pDoc->GetNote(aAddr) == pNote); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4933:72: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Note at D4 should have shifted up to D3.", m_pDoc->GetNote(aAddr) == pNote); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4938:74: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Note at D3 should have shifted left to C3.", m_pDoc->GetNote(aAddr) == pNote); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:4946:72: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Note at C3 should have shifted up to C2.", m_pDoc->GetNote(aAddr) == pNote); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5071:95: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This note instance is expected to be identical to the original.", pNote == pNote2); > ^~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5083:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pCaption->GetModel() == m_pDoc->GetDrawLayer()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5096:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pClipNote->GetCaption() == pCaption); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5220:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("DataStart wrong col for notes", col == 1); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5221:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("DataStart wrong row for notes", row == 2); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5226:60: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("CellArea wrong col for notes", col == 2); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5227:60: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("CellArea wrong row for notes", row == 5); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5233:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintArea wrong col for notes", col == 2); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5234:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintArea wrong row for notes", row == 5); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5243:64: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintAreaVer wrong row for notes", row == 5); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5247:64: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintAreaVer wrong row for notes", row == 2); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5261:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("DataStart wrong col", col == 0); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5262:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("DataStart wrong row", row == 2); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5267:50: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("CellArea wrong col", col == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5268:50: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("CellArea wrong row", row == 5); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5274:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintArea wrong col", col == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5275:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintArea wrong row", row == 5); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5280:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintArea wrong col", col == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5281:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintArea wrong row", row == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5286:54: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintAreaVer wrong row", row == 5); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5290:54: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintAreaVer wrong row", row == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5295:54: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("PrintAreaVer wrong row", row == 3); > ^~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5706:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5744:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,2,0)) == CELLTYPE_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5745:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,3,0)) == CELLTYPE_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5746:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,6,0)) == CELLTYPE_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5747:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,7,0)) == CELLTYPE_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5750:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,4,0)) == CELLTYPE_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5751:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,5,0)) == CELLTYPE_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5752:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(2,4,0)) == CELLTYPE_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5753:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(2,5,0)) == CELLTYPE_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5758:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pFC->GetSharedTopRow() == 2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5759:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pFC->GetSharedLength() == 2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5762:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pFC->GetSharedTopRow() == 6); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5763:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pFC->GetSharedLength() == 2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5796:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pFC->GetSharedTopRow() == 2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5797:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pFC->GetSharedLength() == 6); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5817:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,2,0)) == CELLTYPE_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5818:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,3,0)) == CELLTYPE_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5819:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,6,0)) == CELLTYPE_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5820:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,7,0)) == CELLTYPE_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5823:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,4,0)) == CELLTYPE_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5824:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(1,5,0)) == CELLTYPE_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5825:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(2,4,0)) == CELLTYPE_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5826:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(m_pDoc->GetCellType(ScAddress(2,5,0)) == CELLTYPE_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5831:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pFC->GetSharedTopRow() == 2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5832:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pFC->GetSharedLength() == 2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5835:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pFC->GetSharedTopRow() == 6); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5836:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pFC->GetSharedLength() == 2); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5866:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:5954:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("B2 should be empty.", m_pDoc->GetCellType(ScAddress(1,1,0)) == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:6085:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should be only 1 sheets to begin with", m_pDoc->GetTableCount() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc.cxx:6145:64: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE( "Failed to check state SCA_CELL.", oldType == SCA_CELL ); > ^~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:46:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:54:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:68:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:79:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:88:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:101:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:108:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:124:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:129:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This cell should have been emptied.", m_pDoc->GetCellType(aPos) == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:136:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:157:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:168:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:173:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This should be a string value.", aCell.meType == CELLTYPE_STRING); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:182:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:221:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:230:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:237:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:247:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:255:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:262:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:660:70: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should only be 2 area listeners.", aListeners.size() == 2); > ^~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:662:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This listener should be listening on A1:B2.", aListeners[0].maArea == ScRange(0,0,0,1,1,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:665:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This listener should be listening on A1:B2.", aListeners[0].maArea == ScRange(0,0,0,1,1,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:696:69: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should only be 1 area listener.", aListeners.size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:697:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This listener should be listening on A1:B4.", aListeners[0].maArea == ScRange(0,0,0,1,3,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:726:70: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("There should only be 2 area listeners.", aListeners.size() == 2); > ^~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:728:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This listener should be listening on A1:B2.", aListeners[0].maArea == ScRange(0,0,0,1,1,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:731:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This listener should be listening on A1:B2.", aListeners[0].maArea == ScRange(0,0,0,1,1,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:1061:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(pToken->GetType() == svSingleRef); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:1317:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:1327:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:1338:67: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:1355:71: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:1363:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Numeric cell was expected.", m_pDoc->GetCellType(ScAddress(1,i,0)) == CELLTYPE_VALUE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sharedformula.cxx:1376:71: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The token is expected to be shared.", pFC->GetCode() == pFC->GetSharedCode()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >198 warnings generated. >35 warnings generated. >[build DEP] LNK:Library/libdesktop_detectorlo.so >[build LNK] Library/libdesktop_detectorlo.so >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sort.cxx:46:83: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sort.cxx:88:83: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sort.cxx:1065:83: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aLesson1Range.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sort.cxx:1083:83: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aLesson2Range.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sort.cxx:1101:83: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aSortRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sort.cxx:1268:83: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aSortRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sort.cxx:1360:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sort.cxx:1500:24: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sort.cxx:1600:24: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_sort.cxx:1802:63: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Incorrect formula group length.", pFC->GetSharedLength() == 5); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >10 warnings generated. >/lo/users/moggi/libo2/sc/qa/unit/rangelst_test.cxx:409:21: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT( ScRange(1,1,0,6,3,0) == *aList[0]); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/rangelst_test.cxx:422:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(ScRange(1,1,0,9,3,0) == *aList[0]); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >2 warnings generated. >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:332:53: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should fail to parse.", (nRes & SCA_VALID) == 0); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:336:53: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should fail to parse.", (nRes & SCA_VALID) == 0); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:340:53: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should fail to parse.", (nRes & SCA_VALID) == 0); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:344:53: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should fail to parse.", (nRes & SCA_VALID) == 0); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:348:53: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should fail to parse.", (nRes & SCA_VALID) == 0); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:352:53: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should fail to parse.", (nRes & SCA_VALID) == 0); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:356:53: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should fail to parse.", (nRes & SCA_VALID) == 0); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:360:53: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should fail to parse.", (nRes & SCA_VALID) == 0); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:364:53: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Should fail to parse.", (nRes & SCA_VALID) == 0); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:778:54: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE(os.str().c_str(), nHashVal1 == nHashVal2); > ^~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:926:71: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Wrong start position of extended range.", aTest.aStart == ScAddress(2,2,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:927:69: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Wrong end position of extended range.", aTest.aEnd == ScAddress(6,5,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:934:71: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Wrong start position of extended range.", aTest.aStart == ScAddress(1,2,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:935:69: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Wrong end position of extended range.", aTest.aEnd == ScAddress(8,6,0)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:1002:58: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Wrong RPN token count.", nLen == SAL_N_ELEMENTS(aCheckRPN)); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:1029:58: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Wrong RPN token count.", nLen == SAL_N_ELEMENTS(aCheckRPN2)); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:1954:73: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This formula cell should not be an error.", pFC->GetErrCode() == 0); > ^~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:2427:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("B2 should be empty.", m_pDoc->GetCellType(ScAddress(1,1,0)) == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:2440:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("B2 should be empty.", m_pDoc->GetCellType(ScAddress(1,1,0)) == CELLTYPE_NONE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:3405:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:3425:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:3546:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > nErr == errDivisionByZero); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:3549:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > nErr == errDivisionByZero); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:3556:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > nErr == m_pDoc->GetErrCode(ScAddress(0,3,0))); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:3678:80: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Calculation of SUMXMY2 with inline arrays failed", result == 8.0); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:3704:64: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This formula should be an array.", pFC->GetMatrixFlag() == MM_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:3712:57: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Formula in C1 is invalid.", m_pDoc->GetErrCode(ScAddress(2,0,0)) == 0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:3713:57: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Formula in C2 is invalid.", m_pDoc->GetErrCode(ScAddress(2,1,0)) == 0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:3892:80: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("We shouldn't count empty string as valid number.", result == 0.0); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4038:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4075:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > static_cast<SCTAB>(original) == m_pDoc->GetTableCount()); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4083:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > modified - original == 1.0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4090:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > modified - original == 0.0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4113:91: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Result should equal the 3rd parameter of IF, which is zero.", zero == 0.0); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4201:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > pFC->GetMatrixFlag() == MM_FORMULA); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4256:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This formula should not have an error code.", m_pDoc->GetErrCode(ScAddress(1,4,0)) == 0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4257:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This formula should not have an error code.", m_pDoc->GetErrCode(ScAddress(1,5,0)) == 0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4258:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("This formula should not have an error code.", m_pDoc->GetErrCode(ScAddress(1,6,0)) == 0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4421:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aRange2.aStart == aPos2); > ^~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4723:79: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("failed to insert range data at correct position", aDataRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4749:54: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Unexpected cell value.", m_pDoc->GetString(0,10,0) == aTest); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4790:52: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Wrong value!", aVal == *aChecks[i]); > ^~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4806:52: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Wrong value!", aVal == *aChecks[i]); > ^~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4822:52: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Wrong value!", aVal == *aChecks[i]); > ^~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4911:76: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Referencing an empty cell should yield zero.", val == 0.0); > ^~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4916:70: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Failed to recalculate on value change.", val == 1.1); > ^~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4921:70: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Failed to recalculate on value change.", val == 2.2); > ^~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4930:73: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Summing an empty range should yield zero.", val == 0.0); > ^~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4935:77: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Failed to recalculate on single value change.", val == 2.4); > ^~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4995:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Unexpected formula value.", m_pDoc->GetValue(1, nRow, 0) == val); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:4996:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Unexpected formula value.", m_pDoc->GetValue(2, nRow, 0) == val*2.0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5002:57: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Unexpected formula value.", m_pDoc->GetValue(0, 4, 0) == 2.0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5003:57: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Unexpected formula value.", m_pDoc->GetValue(1, 4, 0) == 2.0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5004:57: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Unexpected formula value.", m_pDoc->GetValue(2, 4, 0) == 4.0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5085:60: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("A5 should have one listener.", pListeners->size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5087:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("A6 should be listening to A5.", pListener == pFC); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5102:60: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("A3 should have one listener.", pListeners->size() == 1); > ^~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5106:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("A5 should be listening to A4.", pFC == pListener); > ^~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5130:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5369:62: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Unexpected cell value.", val == pChecks[i]); > ^~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5411:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("Cache table for sheet 2 should *not* exist.", pCacheTab.get() == nullptr); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5424:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > findLoadedDocShellByName(aExtDocName) == nullptr); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5456:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > findLoadedDocShellByName(aExtDocName) == nullptr); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5474:58: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE( "Unexpected result with T.", aRes == "1.2" ); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5476:58: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE( "Unexpected result with T.", aRes == "Foo" ); > ^~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5587:28: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > findLoadedDocShellByName(aExtDocName) == nullptr); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5738:20: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5794:24: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5923:24: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:5974:24: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/ucalc_formula.cxx:6099:24: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT(aRange.aStart == aPos); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:146:37: note: expanded from macro 'CPPUNIT_ASSERT' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >71 warnings generated. >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:162:77: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("range name Global1 should reference Sheet1.A1", aValue == 1); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:166:83: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("range name Sheet1.Local1 should reference Sheet1.A3", aValue == 3); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:171:52: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("=global2 should be 2", aValue == 2); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:173:51: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("=local2 should be 4", aValue == 4); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:175:58: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("=SUM(global3) should be 10", aValue == 10); > ^~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:205:60: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("value not imported correctly", fValue == 1); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:207:60: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("value not imported correctly", fValue == 2); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:211:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("string imported not correctly", aString == "String1"); > ^~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:213:61: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("string not imported correctly", aString == "String2"); > ^~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:218:36: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("=2*3", fValue == 6); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:220:36: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("=2+3", fValue == 5); > ^~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:222:36: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("=2-3", fValue == -1); > ^~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:224:38: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("=C1+C2", fValue == 11); > ^~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition), \ > ^~~~~~~~~ >/lo/users/moggi/libo2/sc/qa/unit/filters-test.cxx:421:75: warning: rather call CPPUNIT_ASSERT_EQUALS [loplugin:cppunitassertequals] > CPPUNIT_ASSERT_MESSAGE("The document should have 5 sheets in total.", aTabNames.size() == 5); > ^~~~~~~~~~~~~~~~~~~~~ >/lo/users/moggi/libo2/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:165:37: note: expanded from macro 'CPPUNIT_ASSERT_MESSAGE' > ( CPPUNIT_NS::Asserter::failIf( !(condition),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 98264
: 123065