mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:43:19 +08:00
Prefix some methods with "Test"
This commit is contained in:
parent
15bd7e4f1f
commit
78258e2fe2
@ -131,7 +131,7 @@ namespace osu.Game.Tests.Visual
|
||||
|
||||
[Test]
|
||||
[Ignore("needs fixing")]
|
||||
public void ImportUnderDifferentRuleset()
|
||||
public void TestImportUnderDifferentRuleset()
|
||||
{
|
||||
changeRuleset(2);
|
||||
importForRuleset(0);
|
||||
@ -139,7 +139,7 @@ namespace osu.Game.Tests.Visual
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void ImportUnderCurrentRuleset()
|
||||
public void TestImportUnderCurrentRuleset()
|
||||
{
|
||||
changeRuleset(2);
|
||||
importForRuleset(2);
|
||||
|
Loading…
Reference in New Issue
Block a user