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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jan 25 01:21:24 UTC 2019


 sc/qa/extras/scchartobj.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 017f846efa9b31cb692ad0c477b8e3607f297181
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Thu Jan 24 21:25:52 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Fri Jan 25 02:20:55 2019 +0100

    Add XPropertySet::testGetPropertySetInfo test for ScChartObj
    
    Change-Id: Ie98c353ec234d1376ef10102b5ee05cce3de6688
    Reviewed-on: https://gerrit.libreoffice.org/66887
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/sc/qa/extras/scchartobj.cxx b/sc/qa/extras/scchartobj.cxx
index 2492a593db9c..10dab5203ec9 100644
--- a/sc/qa/extras/scchartobj.cxx
+++ b/sc/qa/extras/scchartobj.cxx
@@ -8,6 +8,7 @@
  */
 
 #include <test/calc_unoapi_test.hxx>
+#include <test/beans/xpropertyset.hxx>
 #include <test/container/xnamed.hxx>
 #include <test/document/xembeddedobjectsupplier.hxx>
 #include <test/table/xtablechart.hxx>
@@ -39,6 +40,7 @@ namespace sc_apitest
 class ScChartObj : public CalcUnoApiTest,
                    public apitest::XEmbeddedObjectSupplier,
                    public apitest::XNamed,
+                   public apitest::XPropertySet,
                    public apitest::XServiceInfo,
                    public apitest::XTableChart
 {
@@ -58,6 +60,9 @@ public:
     CPPUNIT_TEST(testGetName);
     CPPUNIT_TEST(testSetNameThrowsException);
 
+    // XPropertySet
+    CPPUNIT_TEST(testGetPropertySetInfo);
+
     // XServiceInfo
     CPPUNIT_TEST(testGetImplementationName);
     CPPUNIT_TEST(testGetSupportedServiceNames);


More information about the Libreoffice-commits mailing list