[Libreoffice-commits] core.git: sw/qa
Stephan Bergmann
sbergman at redhat.com
Fri Feb 13 06:51:08 PST 2015
sw/qa/core/macros-test.cxx | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
New commits:
commit 93488dd9843c62d46f1894a6d5005871bc60b98c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Feb 13 15:50:22 2015 +0100
loplugin:unreffun
Change-Id: Id56bc94e95e59f9bfe1dca02ff1f5e16844de45a
diff --git a/sw/qa/core/macros-test.cxx b/sw/qa/core/macros-test.cxx
index 800248b..5267c34 100644
--- a/sw/qa/core/macros-test.cxx
+++ b/sw/qa/core/macros-test.cxx
@@ -75,7 +75,9 @@ public:
void testVba();
#endif
void testBookmarkDeleteAndJoin();
+#if 0
void testControlShapeGrouping();
+#endif
void testFdo55289();
void testFdo68983();
CPPUNIT_TEST_SUITE(SwMacrosTest);
@@ -86,7 +88,9 @@ public:
CPPUNIT_TEST(testVba);
#endif
CPPUNIT_TEST(testBookmarkDeleteAndJoin);
- // CPPUNIT_TEST(testControlShapeGrouping);
+#if 0
+ CPPUNIT_TEST(testControlShapeGrouping);
+#endif
CPPUNIT_TEST(testFdo55289);
CPPUNIT_TEST(testFdo68983);
@@ -212,6 +216,7 @@ void SwMacrosTest::testBookmarkDeleteAndJoin()
}
}
+#if 0
void SwMacrosTest::testControlShapeGrouping()
{
OUString aFileName;
@@ -314,6 +319,7 @@ void SwMacrosTest::testControlShapeGrouping()
CPPUNIT_ASSERT(xTS->getControl() == xTimeControlModel);
}
}
+#endif
void SwMacrosTest::testFdo55289()
{
More information about the Libreoffice-commits
mailing list