diff IBBoard.WarFoundry.API.Tests.csproj @ 38:feb77f3287ca

Re #152: Test and fix extensibility of current schemas * Add unit test for parsing extended document without XSD for namespace
author IBBoard <dev@ibboard.co.uk>
date Sat, 27 Feb 2010 15:03:51 +0000
parents 82cd08385bfe
children d4f6e9ac981e
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj	Sat Feb 27 14:26:19 2010 +0000
+++ b/IBBoard.WarFoundry.API.Tests.csproj	Sat Feb 27 15:03:51 2010 +0000
@@ -59,6 +59,7 @@
     <Compile Include="API\Factories\Xml\WarFoundryXmlRaceFactoryTest.cs" />
     <Compile Include="API\FixedGameSystemWarFoundryLoader.cs" />
     <Compile Include="API\Factories\Xml\SingleXmlObjectLoader.cs" />
+    <Compile Include="API\Factories\Xml\WarFoundryXmlFactoryUtilTest.cs" />
   </ItemGroup>
   <ItemGroup>
     <None Include="testdata\Test.race">
@@ -77,6 +78,9 @@
     <None Include="testdata\race-with-non-existant-ability.systemx">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="testdata\extended-data.racex">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
   <ItemGroup>
     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">