From a30886283f50f4e05f70175d110a1c55e02037f0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 26 May 2015 10:06:19 +0100 Subject: need DISABLE_CVE_TESTS for these tests under windows too Change-Id: I92de8fa6a48dac9a0a09e6ebda4af9b8e4c3a1d7 --- writerfilter/qa/cppunittests/rtftok/testrtftok.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'writerfilter/qa') 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); -- cgit