office-gobmx/test
Stephan Bergmann 26f34f89d9 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
1eecb8df22 "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
2013-08-27 10:17:09 +02:00
..
source
user-template Make sure unittest/user/config/soffice.cfg/ exits 2013-08-27 10:17:09 +02:00
Library_subsequenttest.mk
Library_test.mk
Makefile
Module_test.mk
Package_unittest.mk Make sure unittest/user/config/soffice.cfg/ exits 2013-08-27 10:17:09 +02:00
README

Test harness code for C++ unit testing

Many of these tests are run during the build process. In that case on
unix, if a test fails follow the error messages to debug it under gdb.