summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-04-02 08:58:25 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-04-02 15:03:53 +0200
commit8ecdaecfa8f8665b0c8c9e3e909f683a6c198797 (patch)
treeade357471641bb09008f529c64c372f6d692787d /sc
parent8603d7029b0d62032a5c9d2e039117799be9e798 (diff)
Split large test method in two
Change-Id: If1b915f721a5768b682c63dc9c08b708ba37a705 Reviewed-on: https://gerrit.libreoffice.org/70116 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/extras/scshapeobj.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/qa/extras/scshapeobj.cxx b/sc/qa/extras/scshapeobj.cxx
index c32ab1d899ed..279b07dead3d 100644
--- a/sc/qa/extras/scshapeobj.cxx
+++ b/sc/qa/extras/scshapeobj.cxx
@@ -42,7 +42,8 @@ public:
CPPUNIT_TEST_SUITE(ScShapeObj);
// Shape
- CPPUNIT_TEST(testShapeProperties);
+ CPPUNIT_TEST(testShapePropertiesAnchor);
+ CPPUNIT_TEST(testShapePropertiesPosition);
CPPUNIT_TEST_SUITE_END();