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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Feb 28 23:52:59 UTC 2019


 sc/qa/extras/sctablesheetsobj.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 94d152054d8be172c56a2243f44a566c9a3e2215
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Wed Feb 27 22:13:54 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Fri Mar 1 00:52:29 2019 +0100

    Add test XNameContainer::testRemoveByNameNoneExistingElement
    
    Add test XNameContainer::testRemoveByNameNoneExistingElement to get the
    same coverage as before when these case where split with commit
    4b98337699e5e59a543d95c73ea7c64b3d9a1caf.
    
    Change-Id: I45ba5af4e2b3137d9379623556ce4129a860e696
    Reviewed-on: https://gerrit.libreoffice.org/68477
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/sc/qa/extras/sctablesheetsobj.cxx b/sc/qa/extras/sctablesheetsobj.cxx
index f6539a21a5fd..363ee924fc09 100644
--- a/sc/qa/extras/sctablesheetsobj.cxx
+++ b/sc/qa/extras/sctablesheetsobj.cxx
@@ -57,6 +57,7 @@ public:
 
     // XNameContainer
     CPPUNIT_TEST(testRemoveByName);
+    CPPUNIT_TEST(testRemoveByNameNoneExistingElement);
 
     CPPUNIT_TEST_SUITE_END();
 


More information about the Libreoffice-commits mailing list