Kaydet (Commit) 652c963b authored tarafından Tamás Zolnai's avatar Tamás Zolnai

Correct comment for this test

Change-Id: If83cdc11398fa8360c7d4702a208203d213d5718
üst 4417f37d
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment