diff options
author | Noel Power <noel.power@novell.com> | 2011-10-25 19:25:13 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-10-25 19:26:55 +0100 |
commit | 87d8dc5a025d437f912b875c6e068a7b4a3619ff (patch) | |
tree | 17c8003b2334e4ff9977431641e8b9edcb4acbb1 /configmgr/source | |
parent | d371b20db44b5fcbb22030511c65563010fdd010 (diff) |
more support for basic/vba unit tests
add moggis work and some tweaks from me too
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/components.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 0b5ea7830c4d..f6257b6cdbf4 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -520,6 +520,7 @@ Components::Components( parseXcsXcuLayer( 0, aUnitTestDir ); // next is required for the (somewhat strange) filter configuration parseModuleLayer( 1, aUnitTestDir + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/spool"))); + parseModificationLayer(); return; } |