Fix memory leak when running SpecFlow tests

As a workaround for nunit reporting obscure AppDomainUnloadedException,
update the .config file to disable lagacy exception handling policy.

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros 2013-03-18 10:59:03 -07:00
parent 856f051764
commit d3153b2577

View File

@ -17,7 +17,7 @@
<runtime>
<!-- Ensure that test exceptions don't crash NUnit -->
<legacyUnhandledExceptionPolicy enabled="1" />
<legacyUnhandledExceptionPolicy enabled="0" />
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
<loadFromRemoteSources enabled="true" />