Adjust existing test coverage

This commit is contained in:
Salman Ahmed 2022-07-30 09:32:39 +03:00
parent 0940e703b3
commit 40858c4cb7
1 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@ public class TestSceneTaikoHitObjectSamples : HitObjectSampleTest
protected override IResourceStore<byte[]> RulesetResources => new DllResourceStore(Assembly.GetAssembly(typeof(TestSceneTaikoHitObjectSamples))); protected override IResourceStore<byte[]> RulesetResources => new DllResourceStore(Assembly.GetAssembly(typeof(TestSceneTaikoHitObjectSamples)));
[TestCase("taiko-normal-hitnormal")] [TestCase("taiko-normal-hitnormal")]
[TestCase("normal-hitnormal")]
[TestCase("hitnormal")] [TestCase("hitnormal")]
public void TestDefaultCustomSampleFromBeatmap(string expectedSample) public void TestDefaultCustomSampleFromBeatmap(string expectedSample)
{ {
@ -29,7 +28,6 @@ public void TestDefaultCustomSampleFromBeatmap(string expectedSample)
} }
[TestCase("taiko-normal-hitnormal")] [TestCase("taiko-normal-hitnormal")]
[TestCase("normal-hitnormal")]
[TestCase("hitnormal")] [TestCase("hitnormal")]
public void TestDefaultCustomSampleFromUserSkinFallback(string expectedSample) public void TestDefaultCustomSampleFromUserSkinFallback(string expectedSample)
{ {
@ -41,7 +39,6 @@ public void TestDefaultCustomSampleFromUserSkinFallback(string expectedSample)
} }
[TestCase("taiko-normal-hitnormal2")] [TestCase("taiko-normal-hitnormal2")]
[TestCase("normal-hitnormal2")]
public void TestUserSkinLookupIgnoresSampleBank(string unwantedSample) public void TestUserSkinLookupIgnoresSampleBank(string unwantedSample)
{ {
SetupSkins(string.Empty, unwantedSample); SetupSkins(string.Empty, unwantedSample);