Fix namespaces of some tests.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user