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:07:47 +0100
commitfbe4e09bd1c97585ff98084788e1e5066773a1ce (patch)
tree49a146339bf891d156c9e8bf8dd1c1952915e5e4 /writerfilter/qa
parent5101c13a3e54256bd79c412484e71d6d0f269187 (diff)
need DISABLE_CVE_TESTS for these tests under windows too
Change-Id: I92de8fa6a48dac9a0a09e6ebda4af9b8e4c3a1d7 (cherry picked from commit a30886283f50f4e05f70175d110a1c55e02037f0)
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);