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
-~----------~----~----~----~------~----~------~--~---