diff --git a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTestServer.cs b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTestServer.cs index 586ac727..0ed532c0 100644 --- a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTestServer.cs +++ b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTestServer.cs @@ -8,9 +8,9 @@ using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; using Microsoft.AspNetCore.TestHost; using Microsoft.Extensions.Hosting; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; -namespace OpenIddict.Server.AspNetCore.FunctionalTests +namespace OpenIddict.Server.AspNetCore.IntegrationTests { /// /// Represents a test host used by the server integration tests. diff --git a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Authentication.cs b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Authentication.cs index 2da2ab02..ba600fe2 100644 --- a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Authentication.cs +++ b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Authentication.cs @@ -7,12 +7,12 @@ using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Xunit; using static OpenIddict.Abstractions.OpenIddictConstants; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.AspNetCore.FunctionalTests +namespace OpenIddict.Server.AspNetCore.IntegrationTests { public partial class OpenIddictServerAspNetCoreIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Exchange.cs b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Exchange.cs index c2bfdf62..c06ee7b0 100644 --- a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Exchange.cs +++ b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Exchange.cs @@ -8,13 +8,13 @@ using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.Net.Http.Headers; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Xunit; using static OpenIddict.Abstractions.OpenIddictConstants; using static OpenIddict.Server.OpenIddictServerEvents; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.AspNetCore.FunctionalTests +namespace OpenIddict.Server.AspNetCore.IntegrationTests { public partial class OpenIddictServerAspNetCoreIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Introspection.cs b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Introspection.cs index 6bb36e8a..6c1081c3 100644 --- a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Introspection.cs +++ b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Introspection.cs @@ -8,13 +8,13 @@ using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.Net.Http.Headers; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Xunit; using static OpenIddict.Abstractions.OpenIddictConstants; using static OpenIddict.Server.OpenIddictServerEvents; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.AspNetCore.FunctionalTests +namespace OpenIddict.Server.AspNetCore.IntegrationTests { public partial class OpenIddictServerAspNetCoreIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Revocation.cs b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Revocation.cs index 9f9bad80..df51b3c4 100644 --- a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Revocation.cs +++ b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Revocation.cs @@ -8,13 +8,13 @@ using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.Net.Http.Headers; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Xunit; using static OpenIddict.Abstractions.OpenIddictConstants; using static OpenIddict.Server.OpenIddictServerEvents; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.AspNetCore.FunctionalTests +namespace OpenIddict.Server.AspNetCore.IntegrationTests { public partial class OpenIddictServerAspNetCoreIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Session.cs b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Session.cs index 4c43529f..4e301304 100644 --- a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Session.cs +++ b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.Session.cs @@ -7,12 +7,12 @@ using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Xunit; using static OpenIddict.Abstractions.OpenIddictConstants; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.AspNetCore.FunctionalTests +namespace OpenIddict.Server.AspNetCore.IntegrationTests { public partial class OpenIddictServerAspNetCoreIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.cs b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.cs index f4eb2745..4ba722f1 100644 --- a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.cs +++ b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddictServerAspNetCoreIntegrationTests.cs @@ -20,7 +20,7 @@ using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Xunit; using Xunit.Abstractions; using static OpenIddict.Abstractions.OpenIddictConstants; @@ -28,7 +28,7 @@ using static OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers; using static OpenIddict.Server.OpenIddictServerEvents; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.AspNetCore.FunctionalTests +namespace OpenIddict.Server.AspNetCore.IntegrationTests { public partial class OpenIddictServerAspNetCoreIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTestClient.cs b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTestClient.cs index 9f27df74..265a7ab6 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTestClient.cs +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTestClient.cs @@ -17,7 +17,7 @@ using AngleSharp.Html.Parser; using Microsoft.Extensions.Primitives; using OpenIddict.Abstractions; -namespace OpenIddict.Server.FunctionalTests +namespace OpenIddict.Server.IntegrationTests { /// /// Exposes methods that allow sending OpenID Connect diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTestServer.cs b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTestServer.cs index 308134f7..d8a6f4db 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTestServer.cs +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTestServer.cs @@ -7,7 +7,7 @@ using System; using System.Threading.Tasks; -namespace OpenIddict.Server.FunctionalTests +namespace OpenIddict.Server.IntegrationTests { /// /// Represents a test host used by the server integration tests. diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Authentication.cs b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Authentication.cs index 883a2dbb..7191f654 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Authentication.cs +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Authentication.cs @@ -19,7 +19,7 @@ using static OpenIddict.Abstractions.OpenIddictConstants; using static OpenIddict.Server.OpenIddictServerEvents; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.FunctionalTests +namespace OpenIddict.Server.IntegrationTests { public abstract partial class OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Discovery.cs b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Discovery.cs index c0e72110..f36a2bab 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Discovery.cs +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Discovery.cs @@ -18,7 +18,7 @@ using static OpenIddict.Abstractions.OpenIddictConstants; using static OpenIddict.Server.OpenIddictServerEvents; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.FunctionalTests +namespace OpenIddict.Server.IntegrationTests { public abstract partial class OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Exchange.cs b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Exchange.cs index c26603b0..00e42fc9 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Exchange.cs +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Exchange.cs @@ -20,7 +20,7 @@ using static OpenIddict.Server.OpenIddictServerEvents; using static OpenIddict.Server.OpenIddictServerHandlers; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.FunctionalTests +namespace OpenIddict.Server.IntegrationTests { public abstract partial class OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Introspection.cs b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Introspection.cs index 84d30d20..5eb9d3a7 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Introspection.cs +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Introspection.cs @@ -22,7 +22,7 @@ using static OpenIddict.Server.OpenIddictServerHandlers; using static OpenIddict.Server.OpenIddictServerHandlers.Introspection; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.FunctionalTests +namespace OpenIddict.Server.IntegrationTests { public abstract partial class OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Revocation.cs b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Revocation.cs index 2532bd6e..d41aeea2 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Revocation.cs +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Revocation.cs @@ -18,7 +18,7 @@ using static OpenIddict.Server.OpenIddictServerHandlers; using static OpenIddict.Server.OpenIddictServerHandlers.Revocation; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.FunctionalTests +namespace OpenIddict.Server.IntegrationTests { public abstract partial class OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Session.cs b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Session.cs index de09087d..3edf2314 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Session.cs +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Session.cs @@ -16,7 +16,7 @@ using static OpenIddict.Abstractions.OpenIddictConstants; using static OpenIddict.Server.OpenIddictServerEvents; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.FunctionalTests +namespace OpenIddict.Server.IntegrationTests { public abstract partial class OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Userinfo.cs b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Userinfo.cs index 8e9042b4..8bb2bd70 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Userinfo.cs +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.Userinfo.cs @@ -16,7 +16,7 @@ using static OpenIddict.Server.OpenIddictServerEvents; using static OpenIddict.Server.OpenIddictServerHandlers; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.FunctionalTests +namespace OpenIddict.Server.IntegrationTests { public abstract partial class OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.cs b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.cs index 68877aae..54d00fe9 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.cs +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddictServerIntegrationTests.cs @@ -23,7 +23,7 @@ using static OpenIddict.Server.OpenIddictServerEvents; using static OpenIddict.Server.OpenIddictServerHandlers; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.FunctionalTests +namespace OpenIddict.Server.IntegrationTests { public abstract partial class OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTestServer.cs b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTestServer.cs index 49d7f993..1fff82e7 100644 --- a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTestServer.cs +++ b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTestServer.cs @@ -7,9 +7,9 @@ using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; using Microsoft.Owin.Testing; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; -namespace OpenIddict.Server.Owin.FunctionalTests +namespace OpenIddict.Server.Owin.IntegrationTests { /// /// Represents a test host used by the server integration tests. diff --git a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Authentication.cs b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Authentication.cs index 31a3cd8b..456047b8 100644 --- a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Authentication.cs +++ b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Authentication.cs @@ -7,12 +7,12 @@ using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Xunit; using static OpenIddict.Abstractions.OpenIddictConstants; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.Owin.FunctionalTests +namespace OpenIddict.Server.Owin.IntegrationTests { public partial class OpenIddictServerOwinIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Exchange.cs b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Exchange.cs index a6154aef..8e2f4f7b 100644 --- a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Exchange.cs +++ b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Exchange.cs @@ -6,14 +6,14 @@ using System.Threading.Tasks; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Owin; using Xunit; using static OpenIddict.Abstractions.OpenIddictConstants; using static OpenIddict.Server.OpenIddictServerEvents; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.Owin.FunctionalTests +namespace OpenIddict.Server.Owin.IntegrationTests { public partial class OpenIddictServerOwinIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Introspection.cs b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Introspection.cs index 143a8624..a79bef50 100644 --- a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Introspection.cs +++ b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Introspection.cs @@ -6,14 +6,14 @@ using System.Threading.Tasks; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Owin; using Xunit; using static OpenIddict.Abstractions.OpenIddictConstants; using static OpenIddict.Server.OpenIddictServerEvents; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.Owin.FunctionalTests +namespace OpenIddict.Server.Owin.IntegrationTests { public partial class OpenIddictServerOwinIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Revocation.cs b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Revocation.cs index e5eeb2e6..7b6ebfa7 100644 --- a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Revocation.cs +++ b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Revocation.cs @@ -6,14 +6,14 @@ using System.Threading.Tasks; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Owin; using Xunit; using static OpenIddict.Abstractions.OpenIddictConstants; using static OpenIddict.Server.OpenIddictServerEvents; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.Owin.FunctionalTests +namespace OpenIddict.Server.Owin.IntegrationTests { public partial class OpenIddictServerOwinIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Session.cs b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Session.cs index 2b93a028..15453471 100644 --- a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Session.cs +++ b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.Session.cs @@ -7,12 +7,12 @@ using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Xunit; using static OpenIddict.Abstractions.OpenIddictConstants; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.Owin.FunctionalTests +namespace OpenIddict.Server.Owin.IntegrationTests { public partial class OpenIddictServerOwinIntegrationTests : OpenIddictServerIntegrationTests { diff --git a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.cs b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.cs index 4ce83d9c..73252823 100644 --- a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.cs +++ b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddictServerOwinIntegrationTests.cs @@ -17,7 +17,7 @@ using Microsoft.Owin; using Microsoft.Owin.Security; using Microsoft.Owin.Testing; using OpenIddict.Abstractions; -using OpenIddict.Server.FunctionalTests; +using OpenIddict.Server.IntegrationTests; using Owin; using Xunit; using Xunit.Abstractions; @@ -26,7 +26,7 @@ using static OpenIddict.Server.OpenIddictServerEvents; using static OpenIddict.Server.Owin.OpenIddictServerOwinHandlers; using SR = OpenIddict.Abstractions.OpenIddictResources; -namespace OpenIddict.Server.Owin.FunctionalTests +namespace OpenIddict.Server.Owin.IntegrationTests { public partial class OpenIddictServerOwinIntegrationTests : OpenIddictServerIntegrationTests {