summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
authorDouglas Mencken <dougmencken@gmail.com>2014-07-22 09:11:47 -0400
committerMichael Stahl <mstahl@redhat.com>2014-07-24 21:49:13 +0000
commit4f2f53e267956e68fac768391c9b83d45adbc29f (patch)
treede6efbcfc36bec1729c2f1be58fb25058a6f4965 /filter/qa
parent77ea585350f96ad912b4cdc66ba8b04a988c5fe8 (diff)
cppunittest_filter_xslt: fix "filter_xslt unit test failed" for OSX <10.6
For now, just disable this test on OSX <10.6. Change-Id: I5f41f0d0dc3d6c48d27f5276268af3b47a71c7fc Reviewed-on: https://gerrit.libreoffice.org/10458 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/cppunit/xslt-test.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/qa/cppunit/xslt-test.cxx b/filter/qa/cppunit/xslt-test.cxx
index 1a580d0b36a2..d96e68d4c454 100644
--- a/filter/qa/cppunit/xslt-test.cxx
+++ b/filter/qa/cppunit/xslt-test.cxx
@@ -46,8 +46,10 @@ public:
void testXsltCopyNew();
CPPUNIT_TEST_SUITE(XsltFilterTest);
+#if !(defined(MACOSX) && (MACOSX_SDK_VERSION < 1060))
CPPUNIT_TEST(testXsltCopyOld);
CPPUNIT_TEST(testXsltCopyNew);
+#endif
CPPUNIT_TEST_SUITE_END();
};