mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 06:17:29 +08:00
Adjust existing test coverage
This commit is contained in:
parent
0940e703b3
commit
40858c4cb7
@ -17,7 +17,6 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
||||
protected override IResourceStore<byte[]> RulesetResources => new DllResourceStore(Assembly.GetAssembly(typeof(TestSceneTaikoHitObjectSamples)));
|
||||
|
||||
[TestCase("taiko-normal-hitnormal")]
|
||||
[TestCase("normal-hitnormal")]
|
||||
[TestCase("hitnormal")]
|
||||
public void TestDefaultCustomSampleFromBeatmap(string expectedSample)
|
||||
{
|
||||
@ -29,7 +28,6 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
||||
}
|
||||
|
||||
[TestCase("taiko-normal-hitnormal")]
|
||||
[TestCase("normal-hitnormal")]
|
||||
[TestCase("hitnormal")]
|
||||
public void TestDefaultCustomSampleFromUserSkinFallback(string expectedSample)
|
||||
{
|
||||
@ -41,7 +39,6 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
||||
}
|
||||
|
||||
[TestCase("taiko-normal-hitnormal2")]
|
||||
[TestCase("normal-hitnormal2")]
|
||||
public void TestUserSkinLookupIgnoresSampleBank(string unwantedSample)
|
||||
{
|
||||
SetupSkins(string.Empty, unwantedSample);
|
||||
|
Loading…
Reference in New Issue
Block a user