Skip to content

Commit

Permalink
Removed the AuthServicesController_SignOut test
Browse files Browse the repository at this point in the history
- It's so simple so it can go without unit tests.
- Removed the entire VSPremium test project as it was now empty.
  • Loading branch information
AndersAbel committed Feb 20, 2015
1 parent 7999794 commit 424fed9
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 554 deletions.
4 changes: 4 additions & 0 deletions Kentor.AuthServices.Mvc/AuthServicesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using Kentor.AuthServices.HttpModule;
using Kentor.AuthServices.Configuration;
using Kentor.AuthServices.WebSso;
using System.Diagnostics.CodeAnalysis;

namespace Kentor.AuthServices.Mvc
{
Expand Down Expand Up @@ -68,6 +69,9 @@ public ActionResult Acs()
/// SignOut action that signs out the current user.
/// </summary>
/// <returns>Redirect to base url / </returns>
// Exclude from code coverage as it a) is very simple and b) can't be
// tested without shims that are only available in VSPremium.
[ExcludeFromCodeCoverage]
public ActionResult SignOut()
{
FederatedAuthentication.SessionAuthenticationModule.SignOut();
Expand Down
44 changes: 0 additions & 44 deletions Kentor.AuthServices.VSPremium.Tests/AuthServicesControllerTests.cs

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Loading

0 comments on commit 424fed9

Please sign in to comment.