Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
diff IBBoard.WarFoundry.API.Tests.csproj @ 196:498396c77601
Re #380: WarFoundry chokes on zips written by Mac OS X
* Add test to check that entries are found but skipped for loading
* Add mock file that extends the standard XML factory to give us public access to protected methods
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 04 Dec 2011 20:52:24 +0000 |
parents | cf1c0a91eaa9 |
children | 2b27447ae74e |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj Sat Dec 03 20:09:25 2011 +0000 +++ b/IBBoard.WarFoundry.API.Tests.csproj Sun Dec 04 20:52:24 2011 +0000 @@ -115,6 +115,7 @@ <Compile Include="API\Factories\Requirement\UnitRequiresNoMoreThanNOfUnitTypeRequirementFactoryTest.cs" /> <Compile Include="API\Objects\Requirement\RequiresNUnitsForMUnitsRequirementTest.cs" /> <Compile Include="API\Factories\Requirement\UnitRequiresNUnitsForMUnitsRequirementFactoryTest.cs" /> + <Compile Include="API\Factories\Mock\FileSearchingWarFoundryFactory.cs" /> </ItemGroup> <ItemGroup> <None Include="app.config" /> @@ -310,6 +311,9 @@ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <None Include="libs\xmlunit.dll" /> + <None Include="testdata\multifile-zips\Test-OSX-style.system"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> </ItemGroup> <ItemGroup> <Reference Include="System" />