Move skip button into its own test, because it is no longer two-layered

This commit is contained in:
Thomas Müller
2017-06-03 17:33:24 +02:00
parent 900e3ce3e2
commit 8cd2f509ef
3 changed files with 23 additions and 3 deletions

View File

@ -203,6 +203,7 @@
<Compile Include="Tests\TestCaseReplay.cs" />
<Compile Include="Tests\TestCaseResults.cs" />
<Compile Include="Tests\TestCaseScoreCounter.cs" />
<Compile Include="Tests\TestCaseSkipButton.cs" />
<Compile Include="Tests\TestCaseTabControl.cs" />
<Compile Include="Tests\TestCaseTaikoHitObjects.cs" />
<Compile Include="Tests\TestCaseTaikoPlayfield.cs" />