Kaydet (Commit) 4712cd34 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Test setPropertyValue().

Change-Id: Idbad933cf5e3b297e7131e66202a0250b4c3def8
üst 5c03dca7
......@@ -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);
......
......@@ -42,7 +42,7 @@
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/sheet/XHeaderFooterContent.hpp>
#define NUMBER_OF_TESTS 4
#define NUMBER_OF_TESTS 5
namespace sc_apitest {
......@@ -63,6 +63,7 @@ public:
// XPropertySet
CPPUNIT_TEST(testGetPropertySetInfo);
CPPUNIT_TEST(testGetPropertyValue);
CPPUNIT_TEST(testSetPropertyValue);
// XTextContent
CPPUNIT_TEST(testGetAnchor);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment