1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:03:21 +08:00

Fix outdated test attributes.

This commit is contained in:
Dean Herbert 2016-10-28 16:09:55 +09:00
parent 856e056515
commit 5ce102b36c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
[TestFixture] [TestFixture]
public class OsuLegacyDecoderTest public class OsuLegacyDecoderTest
{ {
[TestFixtureSetUp] [OneTimeSetUpAttribute]
public void SetUp() public void SetUp()
{ {
OsuLegacyDecoder.Register(); OsuLegacyDecoder.Register();

View File

@ -10,7 +10,7 @@ namespace osu.Game.Tests.Beatmaps.IO
[TestFixture] [TestFixture]
public class OszArchiveReaderTest public class OszArchiveReaderTest
{ {
[TestFixtureSetUp] [OneTimeSetUpAttribute]
public void SetUp() public void SetUp()
{ {
OszArchiveReader.Register(); OszArchiveReader.Register();