Sorry about that.
It's a known bug already fixed.
I'm working on the release notes for v3.0.5 which will go out tonight and
includes a fix for this problem.
-----Original Message-----
From: Aaron Alexander <[EMAIL PROTECTED]>
Date: Monday, Nov 17, 2008 11:52 am
Subject: MbUnit Multiple Config Files
To: "MbUnit.User" <[email protected]>Reply-To:
[email protected]
I am in the process of switching tests from MbUnit 2.4 to Gallio 3.0.4
(build 485). Under Gallio, I am having trouble with tests that use
multiple config files. I have an app.config file which links out to
other *.config files to load additional information into the
appSettings and connectionStrings section.
Given the following appSettings region, I can access MainSetting in my tests
the settings defined in OtherSettings.config are not loaded.
<appSettings file="OtherSettings.config">
<add key="MainSetting" value="true"/>
</appSettings>
I have tried this with and without shadow copying. Is there something that I
need to do to enable the use of multiple *.config files?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---