summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-26 00:51:45 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-06-26 01:07:32 +0200
commit7c6e236d13367594b7697f67e4dcc7d58643e038 (patch)
treedf3f00f8984ffdc4e98f89eef33628d7703892bd
parent3bebda9cd3269d684a3b430e25f17951deaf3d3d (diff)
enable the test
Change-Id: Ic6867cfaff761ebda86a3a926a5f0becf937d4fd
-rw-r--r--sc/CppunitTest_sc_subsequent_filters_test.mk1
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_subsequent_filters_test.mk b/sc/CppunitTest_sc_subsequent_filters_test.mk
index a27204749c67..c4be9ee73e26 100644
--- a/sc/CppunitTest_sc_subsequent_filters_test.mk
+++ b/sc/CppunitTest_sc_subsequent_filters_test.mk
@@ -72,6 +72,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_subsequent_filters_test))
$(eval $(call gb_CppunitTest_use_vcl,sc_subsequent_filters_test))
$(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
+ basic/util/sb \
chart2/source/controller/chartcontroller \
chart2/source/chartcore \
comphelper/util/comphelp \
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index cd3296714a93..8cc9510a994e 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -256,7 +256,7 @@ public:
CPPUNIT_TEST(testExternalRefCacheODS);
CPPUNIT_TEST(testHybridSharedStringODS);
CPPUNIT_TEST(testCopyMergedNumberFormats);
-// CPPUNIT_TEST(testVBAUserFunctionXLSM); // TODO : Macro not working in unit test. Get this to work.
+ CPPUNIT_TEST(testVBAUserFunctionXLSM);
CPPUNIT_TEST_SUITE_END();
private: