Fix namespaces of some tests.

This commit is contained in:
RoosterDragon
2016-02-26 22:41:33 +00:00
parent 0306a8de6c
commit 0790884e4f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ using System.Linq;
using NUnit.Framework; using NUnit.Framework;
using OpenRA.Primitives; using OpenRA.Primitives;
namespace OpenRA.Test.OpenRA.Game namespace OpenRA.Test
{ {
[TestFixture] [TestFixture]
class ActionQueueTest class ActionQueueTest

View File

@@ -13,7 +13,7 @@ using System.Drawing;
using NUnit.Framework; using NUnit.Framework;
using OpenRA.Primitives; using OpenRA.Primitives;
namespace OpenRA.Test.OpenRA.Game namespace OpenRA.Test
{ {
[TestFixture] [TestFixture]
class SpatiallyPartitionedTest class SpatiallyPartitionedTest