summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-09 23:11:04 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-02-24 17:51:10 +0100
commit9628392f6de6f2495e1bbdcade0372898e572014 (patch)
tree3d7e3f244b7b6fc2a9571f0e3e179a662f1a4c54 /test
parente29c895fa70955ba824ed295185ce11b69b410ac (diff)
Fix typo
Change-Id: I98757c517d54d38ac96bc80ddb030d00ddfbb1e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110661 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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()