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"> <autofac defaultAssembly="Orchard.Framework">
<components> <components>
<component instance-scope="single-instance" <!--<component instance-scope="single-instance"
type="Orchard.Specs.Hosting.TraceEnabledDataServicesProviderFactory, Orchard.Specs" type="Orchard.Specs.Hosting.TraceEnabledDataServicesProviderFactory, Orchard.Specs"
service="Orchard.Data.Providers.IDataServicesProviderFactory, Orchard.Framework"/> service="Orchard.Data.Providers.IDataServicesProviderFactory, Orchard.Framework"/>-->
</components> </components>
</autofac> </autofac>

View File

@@ -192,7 +192,12 @@
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" /> <assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.3.1.4000" newVersion="3.3.1.4000" /> <bindingRedirect oldVersion="0.0.0.0-3.3.1.4000" newVersion="3.3.1.4000" />
</dependentAssembly> </dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da"/>
<bindingRedirect oldVersion="2.2.0.0-2.6.3.862" newVersion="3.0.0.0"/>
</dependentAssembly>
</assemblyBinding> </assemblyBinding>
</runtime> </runtime>
</configuration> </configuration>