diff IBBoard.Tests.csproj @ 8:43e282ec574c

Re #24: Add "limit" objects * Add test for "unlimited" limit
author IBBoard <dev@ibboard.co.uk>
date Thu, 22 Oct 2009 19:10:02 +0000
parents abf657708a35
children 298786adcddc
line wrap: on
line diff
--- a/IBBoard.Tests.csproj	Tue Oct 20 19:49:44 2009 +0000
+++ b/IBBoard.Tests.csproj	Thu Oct 22 19:10:02 2009 +0000
@@ -31,6 +31,9 @@
     <Compile Include="CustomMath\IBBMathTests.cs" />
     <Compile Include="Limits\NumericSizeConstrainedLimitTest.cs" />
     <Compile Include="Limits\SimpleRoundedPercentageLimitTest.cs" />
+    <Compile Include="Limits\AbstractLimitTest.cs" />
+    <Compile Include="Limits\AbsoluteNumericLimitTest.cs" />
+    <Compile Include="Limits\UnlimitedLimitTest.cs" />
   </ItemGroup>
   <ItemGroup>
     <Reference Include="System" />