Prefix some methods with "Test"

This commit is contained in:
smoogipoo 2018-08-14 14:19:26 +09:00
parent 15bd7e4f1f
commit 78258e2fe2

View File

@ -131,7 +131,7 @@ namespace osu.Game.Tests.Visual
[Test] [Test]
[Ignore("needs fixing")] [Ignore("needs fixing")]
public void ImportUnderDifferentRuleset() public void TestImportUnderDifferentRuleset()
{ {
changeRuleset(2); changeRuleset(2);
importForRuleset(0); importForRuleset(0);
@ -139,7 +139,7 @@ namespace osu.Game.Tests.Visual
} }
[Test] [Test]
public void ImportUnderCurrentRuleset() public void TestImportUnderCurrentRuleset()
{ {
changeRuleset(2); changeRuleset(2);
importForRuleset(2); importForRuleset(2);