summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-06-02 20:10:35 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-06-02 20:10:35 -0700
commita49e0e1b990d4c9721134b002f47cb95a496b7e4 (patch)
tree50720a7acc95b36486f458a76551c3f96438d378 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
parentab4c94730e911e9d3433a3de0c1b383b85ba17ca (diff)
downloadDotNetOpenAuth-a49e0e1b990d4c9721134b002f47cb95a496b7e4.zip
DotNetOpenAuth-a49e0e1b990d4c9721134b002f47cb95a496b7e4.tar.gz
DotNetOpenAuth-a49e0e1b990d4c9721134b002f47cb95a496b7e4.tar.bz2
Removes tests based on hosting ASP.NET on a project-less web site.
Hosting ASP.NET has always been a fragile effort. And project-less web sites are born with constant issues. It's easier to just remove it. OWIN and Katana are likely to make this code obsolete anyway.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r--src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
index ab90935..1ab1d20 100644
--- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
+++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
@@ -106,10 +106,6 @@
<ItemGroup>
<Compile Include="AutoRedirectHandler.cs" />
<Compile Include="Configuration\SectionTests.cs" />
- <Compile Include="Hosting\AspNetHost.cs" />
- <Compile Include="Hosting\HostingTests.cs" />
- <Compile Include="Hosting\HttpHost.cs" />
- <Compile Include="Hosting\TestingWorkerRequest.cs" />
<Compile Include="LocalizationTests.cs" />
<Compile Include="Messaging\CollectionAssert.cs" />
<Compile Include="Messaging\EnumerableCacheTests.cs" />