summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sceditfieldobj-cell.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-30 16:31:23 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-30 16:31:23 -0400
commit4712cd34531f1f257238b5ededaa5f130db2abec (patch)
tree11141c193e6dd5d3d098e32f0b04a1dc587f1f81 /sc/qa/extras/sceditfieldobj-cell.cxx
parent5c03dca7a983b40e2870f9b72850a80e8766b157 (diff)
Test setPropertyValue().
Change-Id: Idbad933cf5e3b297e7131e66202a0250b4c3def8
Diffstat (limited to 'sc/qa/extras/sceditfieldobj-cell.cxx')
-rw-r--r--sc/qa/extras/sceditfieldobj-cell.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/qa/extras/sceditfieldobj-cell.cxx b/sc/qa/extras/sceditfieldobj-cell.cxx
index ab3217ab0f8b..0f582cfcec0f 100644
--- a/sc/qa/extras/sceditfieldobj-cell.cxx
+++ b/sc/qa/extras/sceditfieldobj-cell.cxx
@@ -39,7 +39,7 @@
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
-#define NUMBER_OF_TESTS 5
+#define NUMBER_OF_TESTS 6
namespace sc_apitest {
@@ -60,6 +60,7 @@ public:
// XPropertySet
CPPUNIT_TEST(testGetPropertySetInfo);
CPPUNIT_TEST(testGetPropertyValue);
+ CPPUNIT_TEST(testSetPropertyValue);
// XTextField
CPPUNIT_TEST(testGetPresentation);