svx/qa/unit/core.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 96f72ec0a2f3cebc8afe4a1c20acb9e23544d83a Author: Thorsten Behrens <thorsten.behr...@allotropia.de> AuthorDate: Thu Oct 5 04:07:12 2023 +0200 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Thu Oct 5 10:00:14 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 <thorsten.behr...@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de> diff --git a/svx/qa/unit/core.cxx b/svx/qa/unit/core.cxx index 3966010012e6..e45f3dc0cda6 100644 --- a/svx/qa/unit/core.cxx +++ b/svx/qa/unit/core.cxx @@ -88,7 +88,7 @@ CPPUNIT_TEST_FIXTURE(Test, testGraphicObjectResolver) OUString aURL = m_directories.getURLFromSrc(DATA_DIRECTORY) + "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