Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
diff IBBoard.WarFoundry.API.Tests.csproj @ 165:453640610ef9
Re #94: Loading files is too slow
* Add unit test to check loading time - we'll allow failure to be 10x slower
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 06 Sep 2011 20:28:17 +0100 |
parents | b0b41bf8ad68 |
children | 03ccff4d5e8a |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj Wed Aug 31 14:00:18 2011 +0100 +++ b/IBBoard.WarFoundry.API.Tests.csproj Tue Sep 06 20:28:17 2011 +0100 @@ -107,6 +107,8 @@ <Compile Include="API\Factories\Requirement\Mock\MockRequirement.cs" /> <Compile Include="API\Savers\Xml\WarFoundryXmlFileSaverTests.cs" /> <Compile Include="API\Commands\EditArmyCommandTest.cs" /> + <Compile Include="API\Factories\AbstractNativeWarFoundryFactoryTest.cs" /> + <Compile Include="API\Factories\Mock\MockNativeWarFoundryFactory.cs" /> </ItemGroup> <ItemGroup> <None Include="app.config" /> @@ -298,6 +300,9 @@ <None Include="testdata\xml-race-factory\extended-requirements.racex"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> + <None Include="testdata\TextFileWithWrongExtension.race"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> </ItemGroup> <ItemGroup> <Reference Include="System" />