summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-24 00:08:08 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-24 00:08:49 +0100
commitf8214f0f1d66c6b96b3663dcb3cd71280bcd0d39 (patch)
tree3d60a31f159118b7fa26e0238bba6dc1510178b2 /sc/qa
parent115a684b40deff70e5337444c02861e7c0458840 (diff)
enable ScDataPilotTableObj::testRefresh again
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/extras/scdatapilottableobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/extras/scdatapilottableobj.cxx b/sc/qa/extras/scdatapilottableobj.cxx
index 6d07b8fb8838..a09eb6eb1329 100644
--- a/sc/qa/extras/scdatapilottableobj.cxx
+++ b/sc/qa/extras/scdatapilottableobj.cxx
@@ -38,7 +38,7 @@
namespace sc_apitest {
-#define NUMBER_OF_TESTS 9
+#define NUMBER_OF_TESTS 10
class ScDataPilotTableObj : public UnoApiTest, apitest::XDataPilotDescriptor, apitest::XDataPilotTable
{
@@ -48,7 +48,7 @@ public:
virtual uno::Reference< uno::XInterface > init();
CPPUNIT_TEST_SUITE(ScDataPilotTableObj);
- //CPPUNIT_TEST(testRefresh);
+ CPPUNIT_TEST(testRefresh);
//CPPUNIT_TEST(testGetHiddenFields);
CPPUNIT_TEST(testGetOutputRange);
CPPUNIT_TEST(testSourceRange);