test/source/table/xcellcursor.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9628392f6de6f2495e1bbdcade0372898e572014
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 9 23:11:04 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 24 17:51:10 2021 +0100

    Fix typo
    
    Change-Id: I98757c517d54d38ac96bc80ddb030d00ddfbb1e2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110661
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to