diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-11-04 22:08:24 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-11-05 09:23:42 +0100 |
commit | 33ee9829fee1f6b80eb21b7a3d0e5a0f15ddf6f2 (patch) | |
tree | c27686e36c1b25fa8f54515adc5248f1b811d5df /xmloff | |
parent | d3abe0a1fb2f2b546b164280c5562443dc1f4300 (diff) |
clean up some temp files after running tests
Change-Id: Ia28e96cf1f6ec476f202e99877fa80e93d691278
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105314
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/qa/unit/draw.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/qa/unit/draw.cxx b/xmloff/qa/unit/draw.cxx index 73d9ee918d34..8365b463efc6 100644 --- a/xmloff/qa/unit/draw.cxx +++ b/xmloff/qa/unit/draw.cxx @@ -56,6 +56,7 @@ CPPUNIT_TEST_FIXTURE(XmloffDrawTest, testTextBoxLoss) getComponent() = loadFromDesktop(aURL); uno::Reference<frame::XStorable> xStorable(getComponent(), uno::UNO_QUERY); utl::TempFile aTempFile; + aTempFile.EnableKillingFile(); utl::MediaDescriptor aMediaDescriptor; aMediaDescriptor["FilterName"] <<= OUString("writer8"); xStorable->storeToURL(aTempFile.GetURL(), aMediaDescriptor.getAsConstPropertyValueList()); |