summaryrefslogtreecommitdiff
path: root/test/source/sheet/xdocumentauditing.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xdocumentauditing.cxx')
-rw-r--r--test/source/sheet/xdocumentauditing.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/source/sheet/xdocumentauditing.cxx b/test/source/sheet/xdocumentauditing.cxx
index acbab0968397..3a08fdb2e729 100644
--- a/test/source/sheet/xdocumentauditing.cxx
+++ b/test/source/sheet/xdocumentauditing.cxx
@@ -122,8 +122,8 @@ void XDocumentAuditing::testRefreshArrows()
CPPUNIT_ASSERT_MESSAGE("Wrong amount of shapes on page", bResult);
awt::Point Position1 = m_Position;
- CPPUNIT_ASSERT_MESSAGE("Arrow has been refreshed",
- Position0.X == Position1.X && Position0.Y == Position1.Y);
+ CPPUNIT_ASSERT_EQUAL_MESSAGE("Arrow has been refreshed", Position0.X, Position1.X);
+ CPPUNIT_ASSERT_EQUAL_MESSAGE("Arrow has been refreshed", Position0.Y, Position1.Y);
xDocumentAuditing->refreshArrows();