From 66176836c4958d0cf018d238e170ba7a17cd2bed Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Wed, 1 Jan 2025 16:55:42 +0000 Subject: [PATCH] change tests namespace to _DV too --- .../Tests/{DeltaV => _DV}/CrimeassistTest.cs | 2 +- .../Tests/{DeltaV => _DV}/MetempsychosisTest.cs | 2 +- .../Tests/{DeltaV => _DV}/ReverseEngineeringTest.cs | 2 +- .../Tests/{DeltaV => _DV}/RoboisseurTest.cs | 2 +- Content.IntegrationTests/Tests/{DeltaV => _DV}/ShipyardTest.cs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename Content.IntegrationTests/Tests/{DeltaV => _DV}/CrimeassistTest.cs (98%) rename Content.IntegrationTests/Tests/{DeltaV => _DV}/MetempsychosisTest.cs (97%) rename Content.IntegrationTests/Tests/{DeltaV => _DV}/ReverseEngineeringTest.cs (97%) rename Content.IntegrationTests/Tests/{DeltaV => _DV}/RoboisseurTest.cs (98%) rename Content.IntegrationTests/Tests/{DeltaV => _DV}/ShipyardTest.cs (98%) diff --git a/Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs b/Content.IntegrationTests/Tests/_DV/CrimeassistTest.cs similarity index 98% rename from Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs rename to Content.IntegrationTests/Tests/_DV/CrimeassistTest.cs index b3912c3edd6..7b2446336d9 100644 --- a/Content.IntegrationTests/Tests/DeltaV/CrimeassistTest.cs +++ b/Content.IntegrationTests/Tests/_DV/CrimeassistTest.cs @@ -5,7 +5,7 @@ using Robust.Shared.Map; using Robust.Shared.Prototypes; -namespace Content.IntegrationTests.Tests.DeltaV; +namespace Content.IntegrationTests.Tests._DV; [TestFixture] public sealed class CrimeAssistTest diff --git a/Content.IntegrationTests/Tests/DeltaV/MetempsychosisTest.cs b/Content.IntegrationTests/Tests/_DV/MetempsychosisTest.cs similarity index 97% rename from Content.IntegrationTests/Tests/DeltaV/MetempsychosisTest.cs rename to Content.IntegrationTests/Tests/_DV/MetempsychosisTest.cs index 369c7f442fc..debd87a80aa 100644 --- a/Content.IntegrationTests/Tests/DeltaV/MetempsychosisTest.cs +++ b/Content.IntegrationTests/Tests/_DV/MetempsychosisTest.cs @@ -2,7 +2,7 @@ using Content.Shared.Humanoid.Prototypes; using Robust.Shared.Prototypes; -namespace Content.IntegrationTests.Tests.DeltaV; +namespace Content.IntegrationTests.Tests._DV; [TestFixture] public sealed class MetempsychosisTest diff --git a/Content.IntegrationTests/Tests/DeltaV/ReverseEngineeringTest.cs b/Content.IntegrationTests/Tests/_DV/ReverseEngineeringTest.cs similarity index 97% rename from Content.IntegrationTests/Tests/DeltaV/ReverseEngineeringTest.cs rename to Content.IntegrationTests/Tests/_DV/ReverseEngineeringTest.cs index fd386851856..dd189d16b0b 100644 --- a/Content.IntegrationTests/Tests/DeltaV/ReverseEngineeringTest.cs +++ b/Content.IntegrationTests/Tests/_DV/ReverseEngineeringTest.cs @@ -3,7 +3,7 @@ using Content.Shared.ReverseEngineering; using Robust.Shared.Prototypes; -namespace Content.IntegrationTests.Tests.DeltaV; +namespace Content.IntegrationTests.Tests._DV; [TestFixture] public sealed class ReverseEngineeringTest diff --git a/Content.IntegrationTests/Tests/DeltaV/RoboisseurTest.cs b/Content.IntegrationTests/Tests/_DV/RoboisseurTest.cs similarity index 98% rename from Content.IntegrationTests/Tests/DeltaV/RoboisseurTest.cs rename to Content.IntegrationTests/Tests/_DV/RoboisseurTest.cs index a4c22d5ec86..ce4781d2a91 100644 --- a/Content.IntegrationTests/Tests/DeltaV/RoboisseurTest.cs +++ b/Content.IntegrationTests/Tests/_DV/RoboisseurTest.cs @@ -5,7 +5,7 @@ using Robust.Shared.Map; using Robust.Shared.Prototypes; -namespace Content.IntegrationTests.Tests.DeltaV; +namespace Content.IntegrationTests.Tests._DV; [TestFixture] [TestOf(typeof(RoboisseurSystem))] diff --git a/Content.IntegrationTests/Tests/DeltaV/ShipyardTest.cs b/Content.IntegrationTests/Tests/_DV/ShipyardTest.cs similarity index 98% rename from Content.IntegrationTests/Tests/DeltaV/ShipyardTest.cs rename to Content.IntegrationTests/Tests/_DV/ShipyardTest.cs index 706ba306017..9209e7cd651 100644 --- a/Content.IntegrationTests/Tests/DeltaV/ShipyardTest.cs +++ b/Content.IntegrationTests/Tests/_DV/ShipyardTest.cs @@ -5,7 +5,7 @@ using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; -namespace Content.IntegrationTests.Tests.DeltaV; +namespace Content.IntegrationTests.Tests._DV; [TestFixture] [TestOf(typeof(ShipyardSystem))]