diff IBBoard.Tests.csproj @ 5:abf657708a35

Re #24: Add "limit" objects that can be used for numeric limits * Add tests for simple rounded limit
author IBBoard <dev@ibboard.co.uk>
date Tue, 06 Oct 2009 18:59:44 +0000
parents a6b26fe532df
children 43e282ec574c
line wrap: on
line diff
--- a/IBBoard.Tests.csproj	Tue Oct 06 18:53:07 2009 +0000
+++ b/IBBoard.Tests.csproj	Tue Oct 06 18:59:44 2009 +0000
@@ -30,6 +30,7 @@
   <ItemGroup>
     <Compile Include="CustomMath\IBBMathTests.cs" />
     <Compile Include="Limits\NumericSizeConstrainedLimitTest.cs" />
+    <Compile Include="Limits\SimpleRoundedPercentageLimitTest.cs" />
   </ItemGroup>
   <ItemGroup>
     <Reference Include="System" />