diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-05-01 22:48:02 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-05-02 02:52:28 +0200 |
commit | 6f763a3fcd420ddd147459db0f836ef3e05e710f (patch) | |
tree | 5eccec1505e1ecce2ec67f706ed11767c1c7b966 /sc | |
parent | 976bb31199baf8ded562323e35626c61ef5bffbe (diff) |
tdf#45904 Move SearchDescriptor Java tests to C++
Move SearchDescriptor Java tests to C++ for ScCellSearchObj.
Change-Id: I3c9ffbfc80c7fdc39d0e67fe8aae12605a8d04f5
Reviewed-on: https://gerrit.libreoffice.org/71644
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/extras/sccellsearchobj.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/extras/sccellsearchobj.cxx b/sc/qa/extras/sccellsearchobj.cxx index 0dfb94a8c245..7d376a5b5262 100644 --- a/sc/qa/extras/sccellsearchobj.cxx +++ b/sc/qa/extras/sccellsearchobj.cxx @@ -9,6 +9,7 @@ #include <test/calc_unoapi_test.hxx> #include <test/beans/xpropertyset.hxx> +#include <test/util/searchdescriptor.hxx> #include <test/util/xsearchdescriptor.hxx> #include <com/sun/star/container/XIndexAccess.hpp> @@ -26,6 +27,7 @@ using namespace css; namespace sc_apitest { class ScCellSearchObj : public CalcUnoApiTest, + public apitest::SearchDescriptor, public apitest::XPropertySet, public apitest::XSearchDescriptor { @@ -38,6 +40,9 @@ public: CPPUNIT_TEST_SUITE(ScCellSearchObj); + // SearchDescriptor + CPPUNIT_TEST(testSearchDescriptorProperties); + // XPropertSet CPPUNIT_TEST(testGetPropertySetInfo); CPPUNIT_TEST(testGetPropertyValue); |