summaryrefslogtreecommitdiff
path: root/basegfx/test/clipstate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/clipstate.cxx')
-rw-r--r--basegfx/test/clipstate.cxx4
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()