summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-03 23:31:30 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-04 00:00:55 -0400
commit921dce61acd67ee8e5f93e7c5005cb42f8c062de (patch)
treec074065cedc3d65463ded89ec7b5b9369d4bb03b /sc/qa
parent7b773d9c25fbda03f6fd97503a4af6361a2a5e87 (diff)
Let's just combine the two tests, since one requires the other.
Change-Id: I I4c02aa1d459f7d5c2a1d9c38255aae3c3043dda6
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/extras/scannotationshapeobj.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/qa/extras/scannotationshapeobj.cxx b/sc/qa/extras/scannotationshapeobj.cxx
index 67e70e6d24a8..98aa3603517d 100644
--- a/sc/qa/extras/scannotationshapeobj.cxx
+++ b/sc/qa/extras/scannotationshapeobj.cxx
@@ -34,7 +34,7 @@
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
-#define NUMBER_OF_TESTS 2
+#define NUMBER_OF_TESTS 1
namespace sc_apitest {
@@ -52,8 +52,7 @@ public:
CPPUNIT_TEST_SUITE(ScAnnotationShapeObj);
// XText
- CPPUNIT_TEST(testInsertTextContent);
- CPPUNIT_TEST(testRemoveTextContent);
+ CPPUNIT_TEST(testInsertRemoveTextContent);
CPPUNIT_TEST_SUITE_END();