diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 14:20:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 14:20:46 +0200 |
commit | 6414f7e5333b68840537be1576ec7068f01061ba (patch) | |
tree | fbc2bf0949467e18147ed9d34232bd3ce897e8c4 /basegfx/test/clipstate.cxx | |
parent | cc18a06a5abca3f336d2263fc8248368c08635e4 (diff) |
loplugin:cppunitassertequals: basegfx
Change-Id: I942634a688d7728bb21c3ce9bd530e07467cb7c5
Diffstat (limited to 'basegfx/test/clipstate.cxx')
-rw-r--r-- | basegfx/test/clipstate.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/test/clipstate.cxx b/basegfx/test/clipstate.cxx index 717e274b4c7b..02618d61034c 100644 --- a/basegfx/test/clipstate.cxx +++ b/basegfx/test/clipstate.cxx @@ -107,9 +107,9 @@ public: tools::importFromSvgD( aTmp2, aSvg, false, nullptr)); - CPPUNIT_ASSERT_MESSAGE( + CPPUNIT_ASSERT_EQUAL_MESSAGE( sName, - aTmp2 == aTmp1); + aTmp1, aTmp2); } void verifySimpleRange() |