summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/UI/UITestSupport.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/UI/UITestSupport.cs')
-rw-r--r--src/DotNetOpenAuth.Test/OpenId/UI/UITestSupport.cs27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/UI/UITestSupport.cs b/src/DotNetOpenAuth.Test/OpenId/UI/UITestSupport.cs
deleted file mode 100644
index 92008ad..0000000
--- a/src/DotNetOpenAuth.Test/OpenId/UI/UITestSupport.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-//-----------------------------------------------------------------------
-// <copyright file="UITestSupport.cs" company="Andrew Arnott">
-// Copyright (c) Andrew Arnott. All rights reserved.
-// </copyright>
-//-----------------------------------------------------------------------
-
-namespace DotNetOAuth.Test.OpenId.UI {
- using DotNetOpenAuth.Test.Hosting;
-
- ////[SetUpFixture]
- public class UITestSupport {
- internal static AspNetHost Host { get; private set; }
-
- ////[SetUp]
- ////public void SetUp() {
- //// Host = AspNetHost.CreateHost(TestSupport.TestWebDirectory);
- ////}
-
- ////[TearDown]
- ////public void TearDown() {
- //// if (Host != null) {
- //// Host.CloseHttp();
- //// Host = null;
- //// }
- ////}
- }
-}