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]
public class OsuLegacyDecoderTest
{
[TestFixtureSetUp]
[OneTimeSetUpAttribute]
public void SetUp()
{
OsuLegacyDecoder.Register();

View File

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