summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/source/table/xcellcursor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/source/table/xcellcursor.cxx b/test/source/table/xcellcursor.cxx
index f564cb5874bc..6f6cc33e0cc2 100644
--- a/test/source/table/xcellcursor.cxx
+++ b/test/source/table/xcellcursor.cxx
@@ -95,8 +95,8 @@ void XCellCursor::testGoToStart()
const sal_Int32 startCol = aCellRangeAddr.StartColumn;
const sal_Int32 endRow = aCellRangeAddr.EndRow;
const sal_Int32 endCol = aCellRangeAddr.EndColumn;
- CPPUNIT_ASSERT_EQUAL_MESSAGE("Successfully able to got to Start", startCol, endCol);
- CPPUNIT_ASSERT_EQUAL_MESSAGE("Successfully able to got to Start", endRow, startRow);
+ CPPUNIT_ASSERT_EQUAL_MESSAGE("Successfully able to go to Start", startCol, endCol);
+ CPPUNIT_ASSERT_EQUAL_MESSAGE("Successfully able to go to Start", endRow, startRow);
}
void XCellCursor::testGoToEnd()