diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-20 11:39:37 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-20 14:07:27 +0000 |
commit | e71ed748acd040b68d9a1910b75ea0550e0c2008 (patch) | |
tree | 3c9c539fd4e640dc80fa1cc7520db81e1b3e094e /postprocess | |
parent | 5627085eccf98c3661cf62f7bceff448dd3cbd73 (diff) |
sw: fix remaining loplugin:cppunitassertequals warnings
Now only subsequentchecks are remaining, as far as I see.
Change-Id: Id5e5a874f8de08c0fd3722aecdc02967ae5d421f
Reviewed-on: https://gerrit.libreoffice.org/33346
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/qa/services.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index 6e95c64b5dab..9616a4a1dc44 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -216,7 +216,7 @@ void Test::test() { "multiple implementations named \"" + msg(name) + "\"") .getStr()), - j == k->second.factory); + bool(j == k->second.factory)); } CPPUNIT_ASSERT_MESSAGE( (OString( |