diff IBBoard.Tests.csproj @ 27:16c28954b559

* Start to unit test array utility methods before refactoring them to bring them up to date * Add some Preference-related tests that have been hanging around for a while no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Tue, 17 Aug 2010 20:02:13 +0000
parents 948317c89fad
children 9bdfaf717b58
line wrap: on
line diff
--- a/IBBoard.Tests.csproj	Sat Jun 05 10:58:09 2010 +0000
+++ b/IBBoard.Tests.csproj	Tue Aug 17 20:02:13 2010 +0000
@@ -43,6 +43,11 @@
     <Compile Include="Lang\TranslationXmlLoaderTest.cs" />
     <Compile Include="Lang\TranslationLanguageTest.cs" />
     <Compile Include="Lang\XmlTranslationSetTest.cs" />
+    <Compile Include="Prefs\PreferencesTest.cs" />
+    <Compile Include="Limits\AbstractCompositeLimitTest.cs" />
+    <Compile Include="Limits\CompositeMinimumLimitTest.cs" />
+    <Compile Include="Limits\CompositeMaximumLimitTest.cs" />
+    <Compile Include="ArraysTests.cs" />
   </ItemGroup>
   <ItemGroup>
     <Reference Include="System" />
@@ -61,6 +66,7 @@
     <Folder Include="test-data\TranslationTests\" />
     <Folder Include="test-data\XmlLoaderTests\" />
     <Folder Include="test-data\XmlLoaderTests\translations\" />
+    <Folder Include="Prefs\" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\IBBoard\IBBoard.csproj">
@@ -102,5 +108,8 @@
       <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="PrefTestPref.xml">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
 </Project>
\ No newline at end of file