diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-01-17 22:58:32 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-01-18 00:52:37 +0100 |
commit | cda562cedef53a6e54be2d9512a1347776046dfe (patch) | |
tree | 644e7f0475577f0f9ed283d871f84cccf266bd76 /sc | |
parent | a3fee0ee2633d6c1bbae4305c47fc66f3ed789d8 (diff) |
tdf#45904 Move XEnumerationAccess Java test to C++
Move XEnumerationAccess Java test to C++ for ScDDELinksObj.
Change-Id: I91d8ea1b51cde36996847371a03406b899e23d79
Reviewed-on: https://gerrit.libreoffice.org/66559
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/extras/scddelinksobj.cxx | 5 | ||||
-rw-r--r-- | sc/qa/unoapi/sc_3.sce | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sc/qa/extras/scddelinksobj.cxx b/sc/qa/extras/scddelinksobj.cxx index 095882cb5ba1..667c1b180243 100644 --- a/sc/qa/extras/scddelinksobj.cxx +++ b/sc/qa/extras/scddelinksobj.cxx @@ -9,6 +9,7 @@ #include <test/calc_unoapi_test.hxx> #include <test/container/xelementaccess.hxx> +#include <test/container/xenumerationaccess.hxx> #include <test/container/xindexaccess.hxx> #include <test/container/xnameaccess.hxx> @@ -37,6 +38,7 @@ namespace sc_apitest { class ScDDELinksObj : public CalcUnoApiTest, public apitest::XElementAccess, + public apitest::XEnumerationAccess, public apitest::XIndexAccess, public apitest::XNameAccess { @@ -53,6 +55,9 @@ public: CPPUNIT_TEST(testGetElementType); CPPUNIT_TEST(testHasElements); + // XEnumerationAccess + CPPUNIT_TEST(testCreateEnumeration); + // XIndexAccess CPPUNIT_TEST(testGetByIndex); CPPUNIT_TEST(testGetCount); diff --git a/sc/qa/unoapi/sc_3.sce b/sc/qa/unoapi/sc_3.sce index 953875a3f94d..f663451e8d5a 100644 --- a/sc/qa/unoapi/sc_3.sce +++ b/sc/qa/unoapi/sc_3.sce @@ -21,4 +21,3 @@ -o sc.ScCellTextCursor -o sc.ScChartObj -o sc.ScChartsObj --o sc.ScDDELinksObj |