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. --- .../user/data/registrymodifications.xcu | 37 ++++++++++++++++++++++ test/user-template/user/registrymodifications.xcu | 37 ---------------------- 2 files changed, 37 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/user-template/user') 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