Hiding SQL Trace in Specflow tests

--HG--
branch : 1.x
extra : rebase_source : 317065e8d639431f1043ebd912cf4f0b61b78261
This commit is contained in:
Sebastien Ros
2013-03-16 09:56:58 -07:00
parent de0316afbd
commit 8be5569c3c
2 changed files with 8 additions and 3 deletions

View File

@@ -8,9 +8,9 @@
<autofac defaultAssembly="Orchard.Framework">
<components>
<component instance-scope="single-instance"
<!--<component instance-scope="single-instance"
type="Orchard.Specs.Hosting.TraceEnabledDataServicesProviderFactory, Orchard.Specs"
service="Orchard.Data.Providers.IDataServicesProviderFactory, Orchard.Framework"/>
service="Orchard.Data.Providers.IDataServicesProviderFactory, Orchard.Framework"/>-->
</components>
</autofac>

View File

@@ -193,6 +193,11 @@
<bindingRedirect oldVersion="0.0.0.0-3.3.1.4000" newVersion="3.3.1.4000" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da"/>
<bindingRedirect oldVersion="2.2.0.0-2.6.3.862" newVersion="3.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>