Make all TestCases public

This commit is contained in:
Dean Herbert
2017-12-20 21:47:45 +09:00
parent fe1044a853
commit 020d272636
48 changed files with 48 additions and 48 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Mania.Tests
{
[TestFixture]
[Ignore("getting CI working")]
internal class TestCaseManiaPlayfield : OsuTestCase
public class TestCaseManiaPlayfield : OsuTestCase
{
private const double start_time = 500;
private const double duration = 500;