summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-02-01 23:24:30 +0000
committerJens Carl <j.carl43@gmx.de>2018-02-02 18:20:35 +0100
commit4a8856dad808e0ae8b6f4efc49edcee0b0678a37 (patch)
tree809e3ce4a19f8afb0ded88c23ac177dfbe6735ed /sc
parent22f6e25987744da57644be95f59b45c1ff51a5d2 (diff)
tdf#45904 Move _SheetCellRanges Java tests to C++
Change-Id: If391071a7e44c2fbeaaa0fa46f6043f30e777cec Reviewed-on: https://gerrit.libreoffice.org/49125 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/extras/sccellrangesobj.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/extras/sccellrangesobj.cxx b/sc/qa/extras/sccellrangesobj.cxx
index 17dbe4f9b614..5a0c5e90139c 100644
--- a/sc/qa/extras/sccellrangesobj.cxx
+++ b/sc/qa/extras/sccellrangesobj.cxx
@@ -8,6 +8,7 @@
*/
#include <test/calc_unoapi_test.hxx>
+#include <test/sheet/sheetcellranges.hxx>
#include <test/sheet/xsheetcellrangecontainer.hxx>
#include <test/sheet/xsheetcellranges.hxx>
#include <test/sheet/xsheetoperation.hxx>
@@ -28,6 +29,7 @@ using namespace css::uno;
namespace sc_apitest {
class ScCellRangesObj : public CalcUnoApiTest,
+ public apitest::SheetCellRanges,
public apitest::XSheetCellRangeContainer,
public apitest::XSheetCellRanges,
public apitest::XSheetOperation
@@ -42,6 +44,9 @@ public:
CPPUNIT_TEST_SUITE(ScCellRangesObj);
+ // SheetCellRanges
+ CPPUNIT_TEST(testSheetCellRangesProperties);
+
// XSheetCellRangeContainer
CPPUNIT_TEST(testAddRemoveRangeAddress);
CPPUNIT_TEST(testAddRemoveRangeAddresses);