Add slider ticks conversion test

This commit is contained in:
smoogipoo
2018-06-14 01:28:28 +09:00
committed by Dean Herbert
parent 6f65ad33f0
commit 0e6cc78d9a
3 changed files with 352 additions and 0 deletions

View File

@ -19,6 +19,7 @@ namespace osu.Game.Rulesets.Osu.Tests
[TestCase("basic")]
[TestCase("colinear-perfect-curve")]
[TestCase("slider-ticks")]
public new void Test(string name)
{
base.Test(name);