sw/qa/extras/uiwriter/uiwriter2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d53897ca4625fff97b041402de718404bef06f40 Author: Miklos Vajna <vmik...@collabora.co.uk> AuthorDate: Mon Sep 10 10:15:14 2018 +0200 Commit: Miklos Vajna <vmik...@collabora.co.uk> CommitDate: Mon Sep 10 12:56:14 2018 +0200 CppunitTest_sw_uiwriter: improve readability Change-Id: I31121878ab71f318d3e5cbbcc769c9b9be10f004 Reviewed-on: https://gerrit.libreoffice.org/60244 Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk> Tested-by: Jenkins diff --git a/sw/qa/extras/uiwriter/uiwriter2.cxx b/sw/qa/extras/uiwriter/uiwriter2.cxx index c2545de641a7..91e8a8b5576d 100644 --- a/sw/qa/extras/uiwriter/uiwriter2.cxx +++ b/sw/qa/extras/uiwriter/uiwriter2.cxx @@ -142,7 +142,7 @@ void SwUiWriterTest2::testTdf119019() CPPUNIT_ASSERT_EQUAL(OUString("Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus."), getParagraph(2)->getString()); CPPUNIT_ASSERT_EQUAL(OUString(""), getRun(getParagraph(2), 1)->getString()); - // second paragraph has got a tracked paragraph formatting yet + // second paragraph has got a tracked paragraph formatting at this point CPPUNIT_ASSERT(hasProperty(getRun(getParagraph(2), 1), "RedlineType")); // delete last word of the second paragraph to remove tracked paragraph formatting @@ -161,7 +161,7 @@ void SwUiWriterTest2::testTdf119019() CPPUNIT_ASSERT_EQUAL(OUString(""), getRun(getParagraph(2), 2)->getString()); CPPUNIT_ASSERT(hasProperty(getRun(getParagraph(2), 2), "RedlineType")); - // check removing of tracked paragraph formatting + // make sure that the tracked paragraph formatting is removed CPPUNIT_ASSERT(!hasProperty(getRun(getParagraph(2), 1), "RedlineType")); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits