diff --git a/source/Cosmos.Core.Tests/Cosmos.Core.Tests.csproj b/source/Cosmos.Core.Tests/Cosmos.Core.Tests.csproj index b2e5bc8db..40b4454e0 100644 --- a/source/Cosmos.Core.Tests/Cosmos.Core.Tests.csproj +++ b/source/Cosmos.Core.Tests/Cosmos.Core.Tests.csproj @@ -57,7 +57,9 @@ MinimumRecommendedRules.ruleset - + + ..\..\Resources\Dependencies\NUnit\nunit.framework.dll + diff --git a/source/Cosmos.Core.Tests/FieldOrderTests.cs b/source/Cosmos.Core.Tests/FieldOrderTests.cs index 3e9de4bcd..9f5239d98 100644 --- a/source/Cosmos.Core.Tests/FieldOrderTests.cs +++ b/source/Cosmos.Core.Tests/FieldOrderTests.cs @@ -3,12 +3,11 @@ using System.Linq; using Cosmos.Debug.Common; using Cosmos.IL2CPU; - -using Microsoft.VisualStudio.TestTools.UnitTesting; +using NUnit.Framework; namespace Cosmos.Core.Tests { - [TestClass] + [TestFixture] public class FieldOrderTests { // the memory stuff requires DataLookupEntry.DataBlock to be the first field