Skip to content

Commit

Permalink
Use same casing for namespaces everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Mar 17, 2020
1 parent 18dedc8 commit 418decc
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion Tests/Tests.Shared/WebSSO/AcsCommandTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using System.Configuration;
using Sustainsys.Saml2.Exceptions;
using Sustainsys.Saml2.Metadata;
using Sustainsys.Saml2.Tests.WebSSO;
using Sustainsys.Saml2.TestHelpers;
using Microsoft.IdentityModel.Tokens.Saml2;
using System.Runtime.CompilerServices;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.Shared/WebSSO/HttpRequestDataTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.Linq;

namespace Sustainsys.Saml2.Tests.WebSSO
namespace Sustainsys.Saml2.Tests.WebSso
{
[TestClass]
public class HttpRequestDataTests
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.Shared/WebSSO/LogoutCommandTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
using System.Web;
using Microsoft.IdentityModel.Tokens.Saml2;

namespace Sustainsys.Saml2.Tests.WebSSO
namespace Sustainsys.Saml2.Tests.WebSso
{
[TestClass]
public class LogoutCommandTests
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.Shared/WebSSO/Saml2ArtifactBindingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using Sustainsys.Saml2.Tests.Helpers;
using Sustainsys.Saml2.TestHelpers;

namespace Sustainsys.Saml2.Tests.WebSSO
namespace Sustainsys.Saml2.Tests.WebSso
{
[TestClass]
public class Saml2ArtifactBindingTests
Expand Down
1 change: 0 additions & 1 deletion Tests/Tests.Shared/WebSSO/Saml2BindingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using FluentAssertions;
using System.Collections.Generic;
using Sustainsys.Saml2.WebSso;
using Sustainsys.Saml2.Tests.WebSSO;

namespace Sustainsys.Saml2.Tests.WebSso
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.Shared/WebSSO/Saml2MessageImplementation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using System.Threading.Tasks;
using System.Security.Cryptography.Xml;

namespace Sustainsys.Saml2.Tests.WebSSO
namespace Sustainsys.Saml2.Tests.WebSso
{
class Saml2MessageImplementation : ISaml2Message
{
Expand Down
1 change: 0 additions & 1 deletion Tests/Tests.Shared/WebSSO/Saml2PostBindingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System.Collections.Generic;
using Sustainsys.Saml2.Tokens;
using Sustainsys.Saml2.WebSso;
using Sustainsys.Saml2.Tests.WebSSO;
using System.Security.Cryptography.Xml;
using NSubstitute;
using Sustainsys.Saml2.TestHelpers;
Expand Down
1 change: 0 additions & 1 deletion Tests/Tests.Shared/WebSSO/Saml2RedirectBindingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using NSubstitute;
using System.Web;
using Sustainsys.Saml2.WebSso;
using Sustainsys.Saml2.Tests.WebSSO;
using System.IO;
using System.IO.Compression;
using System.Net;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.Shared/WebSSO/StubSaml2Binding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Text;
using System.Threading.Tasks;

namespace Sustainsys.Saml2.Tests.WebSSO
namespace Sustainsys.Saml2.Tests.WebSso
{
class StubSaml2Binding : Saml2Binding
{
Expand Down

0 comments on commit 418decc

Please sign in to comment.