From 8e68391fc99b34702d76526e6b3ab4720ac017e4 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Wed, 26 Oct 2011 19:05:50 +0100 Subject: more tweaks to unittests, also move registrymodifications.xcu registrymodifications.xcu has been moved to the solver ( unittest/user/data ) new OOO_CONFIG_REGISTRY_EXTRA_DIR env var will be used to specify the directory 'data' will be contained in so we can override various config items. --- test/prj/d.lst | 5 +++ .../user/data/registrymodifications.xcu | 37 ++++++++++++++++++++++ test/user-template/user/registrymodifications.xcu | 37 ---------------------- 3 files changed, 42 insertions(+), 37 deletions(-) create mode 100644 test/user-template/user/data/registrymodifications.xcu delete mode 100644 test/user-template/user/registrymodifications.xcu (limited to 'test') diff --git a/test/prj/d.lst b/test/prj/d.lst index 9211e33b9131..9ec65baa9c7b 100644 --- a/test/prj/d.lst +++ b/test/prj/d.lst @@ -6,3 +6,8 @@ mkdir: %_DEST%\inc\test ..\%__SRC%\lib\libtest.dll.a %_DEST%\lib\libtest.dll.a ..\inc\test\testdllapi.hxx %_DEST%\inc\test\testdllapi.hxx ..\inc\test\bootstrapfixture.hxx %_DEST%\inc\test\bootstrapfixture.hxx +mkdir: %_DEST%\unittest +mkdir: %_DEST%\unittest\user +mkdir: %_DEST%\unittest\user\data +..\user-template\user\data\registrymodifications.xcu %_DEST%\unittest\user\data\registrymodifications.xcu + diff --git a/test/user-template/user/data/registrymodifications.xcu b/test/user-template/user/data/registrymodifications.xcu new file mode 100644 index 000000000000..cdfda4a723a3 --- /dev/null +++ b/test/user-template/user/data/registrymodifications.xcu @@ -0,0 +1,37 @@ + + + + + + + + + + + diff --git a/test/user-template/user/registrymodifications.xcu b/test/user-template/user/registrymodifications.xcu deleted file mode 100644 index cdfda4a723a3..000000000000 --- a/test/user-template/user/registrymodifications.xcu +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - -- cgit v1.2.3