[Libreoffice-commits] core.git: sw/qa

Tamás Zolnai tamas.zolnai at collabora.com
Thu Jan 25 13:16:29 UTC 2018


 sw/qa/extras/tiledrendering/tiledrendering.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 652c963b6ea84b94cd26b4c00874cea24a82c3f4
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date:   Thu Jan 25 14:15:13 2018 +0100

    Correct comment for this test
    
    Change-Id: If83cdc11398fa8360c7d4702a208203d213d5718

diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 62a70ea74d11..c89b9cf844ef 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -2053,7 +2053,7 @@ void SwTiledRenderingTest::testTdf115088()
     comphelper::dispatchCommand(".uno:PasteUnformatted", uno::Sequence<beans::PropertyValue>());
     Scheduler::ProcessEventsToIdle();
 
-    // Check the resulting text in the document. (it was 1text\n1\1)
+    // Check the resulting text in the document. (it was 1Text\n1\n1\n1)
     CPPUNIT_ASSERT_EQUAL(OUString("1\n1Text\n1\n1"), pXTextDocument->getText()->getString());
 
     mxComponent->dispose();


More information about the Libreoffice-commits mailing list