diff IBBoard.NUnit.Tests.csproj @ 4:efb6eef4a6ce

* Add unit tests for abstract equality test (currently fail to run because of bug 677228) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Mon, 25 Apr 2011 14:51:00 +0000
parents 1a4f10193bf5
children bc9fcae7b577
line wrap: on
line diff
--- a/IBBoard.NUnit.Tests.csproj	Wed Jan 26 20:02:29 2011 +0000
+++ b/IBBoard.NUnit.Tests.csproj	Mon Apr 25 14:51:00 2011 +0000
@@ -37,6 +37,7 @@
     <Compile Include="AssemblyInfo.cs" />
     <Compile Include="DoesTest.cs" />
     <Compile Include="Constraints\ArrayContainsConstraintTest.cs" />
+    <Compile Include="AbstractEqualityTestTest.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>