Add failing tests

This commit is contained in:
smoogipoo
2021-04-05 17:47:12 +09:00
parent f51bd10e2d
commit 42e816fcae
5 changed files with 93 additions and 0 deletions

View File

@ -23,6 +23,7 @@ namespace osu.Game.Rulesets.Osu.Tests
[TestCase("repeat-slider")]
[TestCase("uneven-repeat-slider")]
[TestCase("old-stacking")]
[TestCase("multi-segment-slider")]
public void Test(string name) => base.Test(name);
protected override IEnumerable<ConvertValue> CreateConvertValue(HitObject hitObject)