diff WarFoundryTests.nunit @ 56:c6e5b8a1948d

Re #274: crash when missing unitMember id * Add NUnit config to allow for stand-alone NUnit testing in Windows (because Microsoft won't let you do it from VS Express) * Update test data to remove rogue unnecessary "lang" attribute * Remove unnecessary .csproj.user file from source control
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 Jun 2010 15:14:06 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WarFoundryTests.nunit	Sat Jun 12 15:14:06 2010 +0000
@@ -0,0 +1,7 @@
+<NUnitProject>
+  <Settings activeconfig="Debug" />
+  <Config name="Debug" binpathtype="Auto">
+    <assembly path="IBBoard.WarFoundry.API.Tests.dll" />
+  </Config>
+  <Config name="Release" binpathtype="Auto" />
+</NUnitProject>
\ No newline at end of file