New tests

This commit is contained in:
Lucas Nicodemus 2011-07-23 15:14:27 -06:00
parent a2f2ea1500
commit f1ed9207c1
4 changed files with 67 additions and 2 deletions

View file

@ -63,6 +63,7 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
<Compile Include="BanManagerTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ItemManagerTest.cs" />
</ItemGroup>
@ -73,6 +74,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="BanManagerTest.orderedtest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="ItemManagerTest.orderedtest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>