Downgrading to NUnit 2.5.2

Tyring to see if this is this upgrade which broke the specflow tests on teamcity

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-03-20 10:52:12 -07:00
parent 1886ee7472
commit 6cf16fdc2c
66 changed files with 497 additions and 5769 deletions

View File

@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="Windows-1252"?>
<configuration>
<!--
Application settings for pnunit-launch.exe. Do NOT put settings
for use by your tests here.
-->
<appSettings>
<!--
Specify the location to be used by .NET for the cache
-->
<add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
</appSettings>
<!-- Set the level for tracing NUnit itself -->
<!-- 0=Off 1=Error 2=Warning 3=Info 4=Debug -->