sc/qa/unit/ucalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d2a8d41c702213d6b4a6b11c05f06572191245fd
Author: Laurent Godard <lgodard.li...@laposte.net>
Date:   Mon Sep 23 10:20:10 2013 +0200

    minor typo in transpose clipboard unit test
    
    Change-Id: If042fc3f72f5afe50b7d91d274b77f4b5dc53fab

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index e5ef868..4ae5732 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -3052,7 +3052,7 @@ void Test::testCopyPasteTranspose()
             m_pDoc->GetNote(ScAddress(3, 1, 1))->GetText() ==  
m_pDoc->GetNote(ScAddress(0, 0, 0))->GetText());
     CPPUNIT_ASSERT_MESSAGE("Content of cell note on Sheet2.D3",
             m_pDoc->GetNote(ScAddress(3, 2, 1))->GetText() ==  
m_pDoc->GetNote(ScAddress(1, 0, 0))->GetText());
-    CPPUNIT_ASSERT_MESSAGE("Content of cell note on Sheet2.D2",
+    CPPUNIT_ASSERT_MESSAGE("Content of cell note on Sheet2.D4",
             m_pDoc->GetNote(ScAddress(3, 3, 1))->GetText() ==  
m_pDoc->GetNote(ScAddress(2, 0, 0))->GetText());
 
     m_pDoc->DeleteTab(1);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to