[Libreoffice-commits] .: sc/qa

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Mon Jan 23 15:10:13 PST 2012


 sc/qa/extras/scdatapilottableobj.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f8214f0f1d66c6b96b3663dcb3cd71280bcd0d39
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Jan 24 00:08:08 2012 +0100

    enable ScDataPilotTableObj::testRefresh again

diff --git a/sc/qa/extras/scdatapilottableobj.cxx b/sc/qa/extras/scdatapilottableobj.cxx
index 6d07b8f..a09eb6e 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);


More information about the Libreoffice-commits mailing list