From c850a4efd408b9724194e6bba77781f199785f4b Mon Sep 17 00:00:00 2001 From: Jordi Date: Thu, 12 Sep 2024 15:01:28 +0200 Subject: [PATCH] Update namespace --- .../FakeXrmEasy.Integration.Tests.csproj | 31 ++++++++++++++----- .../FakeXrmEasyTestsBase.cs | 2 +- .../XrmRealContextTests.cs | 2 +- 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/tests/FakeXrmEasy.Integration.Tests/FakeXrmEasy.Integration.Tests.csproj b/tests/FakeXrmEasy.Integration.Tests/FakeXrmEasy.Integration.Tests.csproj index 98bf3b06..e027ea82 100644 --- a/tests/FakeXrmEasy.Integration.Tests/FakeXrmEasy.Integration.Tests.csproj +++ b/tests/FakeXrmEasy.Integration.Tests/FakeXrmEasy.Integration.Tests.csproj @@ -62,6 +62,10 @@ + + + + @@ -106,18 +110,12 @@ - + - - - - - - @@ -144,6 +142,25 @@ + + + + + + + + + + + + + + + + + + + diff --git a/tests/FakeXrmEasy.Integration.Tests/FakeXrmEasyTestsBase.cs b/tests/FakeXrmEasy.Integration.Tests/FakeXrmEasyTestsBase.cs index 813e49f0..e347af87 100644 --- a/tests/FakeXrmEasy.Integration.Tests/FakeXrmEasyTestsBase.cs +++ b/tests/FakeXrmEasy.Integration.Tests/FakeXrmEasyTestsBase.cs @@ -3,7 +3,7 @@ using FakeXrmEasy.Middleware; using Microsoft.Xrm.Sdk; -namespace FakeXrmEasy.Core.Tests +namespace FakeXrmEasy.Integration.Tests { public class FakeXrmEasyTestsBase { diff --git a/tests/FakeXrmEasy.Integration.Tests/XrmRealContextTests/XrmRealContextTests.cs b/tests/FakeXrmEasy.Integration.Tests/XrmRealContextTests/XrmRealContextTests.cs index c6c93c47..743136e9 100644 --- a/tests/FakeXrmEasy.Integration.Tests/XrmRealContextTests/XrmRealContextTests.cs +++ b/tests/FakeXrmEasy.Integration.Tests/XrmRealContextTests/XrmRealContextTests.cs @@ -3,7 +3,7 @@ using System; using Xunit; -namespace FakeXrmEasy.Core.Tests.XrmRealContextTests +namespace FakeXrmEasy.Integration.Tests.XrmRealContextTests { public class XrmRealContextTests: FakeXrmEasyTestsBase {