summaryrefslogtreecommitdiff
path: root/writerfilter/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-26 10:06:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-26 10:06:19 +0100
commita30886283f50f4e05f70175d110a1c55e02037f0 (patch)
tree2a14ce19917912bc73e93495a2ded057202b1e72 /writerfilter/qa
parentbb77090deb4843627de51ba90c8fa4935ebe20f6 (diff)
need DISABLE_CVE_TESTS for these tests under windows too
Change-Id: I92de8fa6a48dac9a0a09e6ebda4af9b8e4c3a1d7
Diffstat (limited to 'writerfilter/qa')
-rw-r--r--writerfilter/qa/cppunittests/rtftok/testrtftok.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx b/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
index 37337672cd26..dd9e474433c9 100644
--- a/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
+++ b/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
@@ -78,9 +78,11 @@ bool RtfTest::load(const OUString&,
void RtfTest::test()
{
+#ifndef DISABLE_CVE_TESTS
testDir(OUString(),
getURLFromSrc("/writerfilter/qa/cppunittests/rtftok/data/"),
OUString());
+#endif
}
CPPUNIT_TEST_SUITE_REGISTRATION(RtfTest);