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

Ahmet Hakan Çelik (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 23 05:46:39 UTC 2021


 xmloff/qa/unit/text.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c1d10276d32cbdaecf6894be723ab8d29cc7dbe2
Author:     Ahmet Hakan Çelik <ahmethcelik at gmail.com>
AuthorDate: Sun Mar 7 16:40:47 2021 +0300
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Fri Apr 23 07:45:59 2021 +0200

    tdf#139734: Drop redundant asserts after MacrosTest::loadFromDesktop
    
    Change-Id: If5b2f2433b4be7b654b08815cbfb08faaac309db
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112130
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/xmloff/qa/unit/text.cxx b/xmloff/qa/unit/text.cxx
index 30646655bf3a..d3b1fcc84a2c 100644
--- a/xmloff/qa/unit/text.cxx
+++ b/xmloff/qa/unit/text.cxx
@@ -55,7 +55,6 @@ CPPUNIT_TEST_FIXTURE(XmloffStyleTest, testMailMergeInEditeng)
     getComponent() = loadFromDesktop(aURL);
     // Without the accompanying fix in place, this test would have failed, as unexpected
     // <text:database-display> in editeng text aborted the whole import process.
-    CPPUNIT_ASSERT(getComponent().is());
 }
 
 CPPUNIT_TEST_FIXTURE(XmloffStyleTest, testCommentResolved)


More information about the Libreoffice-commits mailing list