diff IBBoard.WarFoundry.API.Tests.csproj @ 61:27625216d8d6

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Add test for ability loading and validation when the ability exists * Move old test data for non-existant ability into sub-folder
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 Jun 2010 19:09:07 +0000
parents f2348c00e633
children ef8950a5f4cb
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj	Sat Jun 19 15:50:35 2010 +0000
+++ b/IBBoard.WarFoundry.API.Tests.csproj	Sat Jun 19 19:09:07 2010 +0000
@@ -76,9 +76,6 @@
     <None Include="testdata\race-with-non-existant-game-system.race">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
-    <None Include="testdata\race-with-non-existant-ability.racex">
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
     <None Include="testdata\extended-data.racex">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
@@ -164,6 +161,12 @@
     <None Include="testdata\xml-race-factory\duplicate-extra-data-key.racex">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="testdata\xml-race-factory\non-existant-ability.racex">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="testdata\xml-race-factory\existing-ability.racex">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
   <ItemGroup>
     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
@@ -195,5 +198,6 @@
   </ProjectExtensions>
   <ItemGroup>
     <Folder Include="testdata\xml-race-factory\" />
+    <Folder Include="testdata\" />
   </ItemGroup>
 </Project>
\ No newline at end of file