svx/qa/unit/core.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ae533151bcc16de22fb90b42be1cf7432b0fddc3 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 09:59:28 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 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