From 26f34f89d98e32bbef0489c64d5ca6c3278ce8c8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 27 Aug 2013 10:17:09 +0200 Subject: Make sure unittest/user/config/soffice.cfg/ exits ...otherwise PresetHandler::getOrCreateRootStorageShare (framework/source/accelerators/presethandler.cxx) will cause a com.sun.star.io.IOException: "URL "file:///.../solver/unxlngx6/unittest/user/config/soffice.cfg" passed to css.embed.FileSystemStorageFactory.createInstanceWithArguments does not denote an existing directory" in some CppunitTests. (And 1eecb8df22b77a6982601bf877067a685d913a7d "Some cleanup and consolidation of the Impress layout work" removed the last file that got definitely created in that directory from test/Package_unittest.mk.) Change-Id: Idbe42fdd6b06194781cceef62c50531ce0e1c706 --- test/user-template/empty-directory-dummy | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/user-template/empty-directory-dummy (limited to 'test/user-template') diff --git a/test/user-template/empty-directory-dummy b/test/user-template/empty-directory-dummy new file mode 100644 index 000000000000..e69de29bb2d1 -- cgit