svx/qa/unit/core.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d1c50e62d7682df5893d17884c24dceacbbe9c8c Author: Thorsten Behrens <[email protected]> AuthorDate: Thu Oct 5 04:07:12 2023 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Tue Oct 10 10:11:26 2023 +0200 related tdf#123983: don't open test file read/write from src tree Change-Id: I7f09a78076fa67447ead82ac7dc8556d840d5697 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157576 Tested-by: Thorsten Behrens <[email protected]> Reviewed-by: Thorsten Behrens <[email protected]> (cherry picked from commit ae533151bcc16de22fb90b42be1cf7432b0fddc3) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157715 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/svx/qa/unit/core.cxx b/svx/qa/unit/core.cxx index 4735c6664b4f..0625d7ad70fb 100644 --- a/svx/qa/unit/core.cxx +++ b/svx/qa/unit/core.cxx @@ -62,7 +62,7 @@ CPPUNIT_TEST_FIXTURE(Test, testGraphicObjectResolver) OUString aURL = createFileURL(u"GraphicObjectResolverTest.zip"); uno::Reference<embed::XStorage> xStorage = comphelper::OStorageHelper::GetStorageOfFormatFromURL(ZIP_STORAGE_FORMAT_STRING, aURL, - embed::ElementModes::READWRITE); + embed::ElementModes::READ); CPPUNIT_ASSERT(xStorage.is()); rtl::Reference<SvXMLGraphicHelper> xGraphicHelper
