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

Yildiray (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 18 11:36:13 UTC 2021


 sc/qa/extras/scuniquecellformatsenumeration.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 08058894d2da9e65b91a1dcdb997b70f69448fb3
Author:     Yildiray <yildiray_uskudar at hotmail.com>
AuthorDate: Wed Aug 11 16:18:12 2021 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
CommitDate: Wed Aug 18 13:35:37 2021 +0200

    tdf#139734:Drop redundant asserts after MacrosTest::loadFromDesktop
    
    Change-Id: Ie32c3dd5bf5fc1386cf2b480d88f97c7d11c2fcd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120325
    Tested-by: Jenkins
    Reviewed-by: Hossein <hossein at libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>

diff --git a/sc/qa/extras/scuniquecellformatsenumeration.cxx b/sc/qa/extras/scuniquecellformatsenumeration.cxx
index ea6a76e7680d..e92ca14ffb00 100644
--- a/sc/qa/extras/scuniquecellformatsenumeration.cxx
+++ b/sc/qa/extras/scuniquecellformatsenumeration.cxx
@@ -104,7 +104,6 @@ void ScUniqueCellFormatsEnumeration::setUp()
 {
     CalcUnoApiTest::setUp();
     m_xComponent = loadFromDesktop("private:factory/scalc");
-    CPPUNIT_ASSERT_MESSAGE("no component", m_xComponent.is());
 }
 
 void ScUniqueCellFormatsEnumeration::tearDown()


More information about the Libreoffice-commits mailing list