filter: sigh... fix the xslt test to run on WNT too

Change-Id: Iadd5034418e077bf051b23cda70f070c52840645
This commit is contained in:
Michael Stahl
2014-03-04 23:40:35 +01:00
parent a94e973bf5
commit 4fcd553434

View File

@@ -77,6 +77,7 @@ void XsltFilterTest::testXsltCopyNew()
OUString tempURL;
osl::File::RC rc = osl::File::createTempFile(0, &tempFile, &tempURL);
CPPUNIT_ASSERT(osl::FileBase::E_None == rc);
osl_closeFile(tempFile); // close it so xSFA can open it on WNT
OUString source(
getURLFromSrc("/filter/source/xsltfilter/xsltfilter.component"));
@@ -131,6 +132,7 @@ void XsltFilterTest::testXsltCopyOld()
OUString tempURL;
osl::File::RC rc = osl::File::createTempFile(0, &tempFile, &tempURL);
CPPUNIT_ASSERT(osl::FileBase::E_None == rc);
osl_closeFile(tempFile); // close it so xSFA can open it on WNT
OUString source(
getURLFromSrc("/filter/source/xsltfilter/xsltfilter.component"));