Move networking integration tests to own folder.
This commit is contained in:
@@ -7,7 +7,7 @@ using Robust.Shared.Interfaces.GameObjects;
|
|||||||
using Robust.Shared.Interfaces.Network;
|
using Robust.Shared.Interfaces.Network;
|
||||||
using Robust.Shared.IoC;
|
using Robust.Shared.IoC;
|
||||||
|
|
||||||
namespace Content.IntegrationTests.Tests
|
namespace Content.IntegrationTests.Tests.Networking
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class ConnectTest : ContentIntegrationTest
|
public class ConnectTest : ContentIntegrationTest
|
||||||
@@ -4,7 +4,7 @@ using Robust.Client.Console;
|
|||||||
using Robust.Shared.Interfaces.Network;
|
using Robust.Shared.Interfaces.Network;
|
||||||
using Robust.Shared.IoC;
|
using Robust.Shared.IoC;
|
||||||
|
|
||||||
namespace Content.IntegrationTests.Tests
|
namespace Content.IntegrationTests.Tests.Networking
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class ReconnectTest : ContentIntegrationTest
|
public class ReconnectTest : ContentIntegrationTest
|
||||||
Reference in New Issue
Block a user