diff IBBoard.WarFoundry.API.Tests.csproj @ 62:ef8950a5f4cb

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Test duplicate member type keys * Test valid case of member type key with reference * Move existing "non-existant member type" data to sub-folder and rename
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 Jun 2010 19:30:58 +0000
parents 27625216d8d6
children a9163f8dfba1
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj	Sat Jun 19 19:09:07 2010 +0000
+++ b/IBBoard.WarFoundry.API.Tests.csproj	Sat Jun 19 19:30:58 2010 +0000
@@ -103,9 +103,6 @@
     <None Include="testdata\single-unit-multi-type-referencing-race-with-override.racex">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
-    <None Include="testdata\single-unit-non-existant-type-referencing-race.racex">
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
     <None Include="testdata\single-unit-with-invalid-equipment-reference.racex">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
@@ -167,6 +164,18 @@
     <None Include="testdata\xml-race-factory\existing-ability.racex">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="testdata\xml-race-factory\duplicate-ability.racex">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="testdata\xml-race-factory\non-existant-member-type.racex">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="testdata\xml-race-factory\duplicate-member-type.racex">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="testdata\xml-race-factory\existing-member-type.racex">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
   <ItemGroup>
     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
@@ -199,5 +208,6 @@
   <ItemGroup>
     <Folder Include="testdata\xml-race-factory\" />
     <Folder Include="testdata\" />
+    <Folder Include="testdata\" />
   </ItemGroup>
 </Project>
\ No newline at end of file