summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-10 22:18:15 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-10 22:18:15 -0700
commitf6d28fb14c91c97f6cc8b85c442987082997866a (patch)
treec517bf2a41709319255b5b5312f3fc56c06bff6e /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
parentd33318e787968182f95c183d1891c9a7d59a3b69 (diff)
downloadDotNetOpenAuth-f6d28fb14c91c97f6cc8b85c442987082997866a.zip
DotNetOpenAuth-f6d28fb14c91c97f6cc8b85c442987082997866a.tar.gz
DotNetOpenAuth-f6d28fb14c91c97f6cc8b85c442987082997866a.tar.bz2
Code coverage work is as complete as our implementation will currently allow.
Diffstat (limited to 'src/DotNetOAuth.Test/DotNetOAuth.Test.csproj')
-rw-r--r--src/DotNetOAuth.Test/DotNetOAuth.Test.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
index 5fce735..e734d18 100644
--- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
+++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj
@@ -65,6 +65,7 @@
<Compile Include="Messaging\ProtocolExceptionTests.cs" />
<Compile Include="Mocks\TestDirectedMessage.cs" />
<Compile Include="Mocks\TestBadChannel.cs" />
+ <Compile Include="Mocks\TestWebRequestHandler.cs" />
<Compile Include="OAuthChannelTests.cs" />
<Compile Include="Messaging\MessageSerializerTests.cs" />
<Compile Include="Mocks\TestChannel.cs" />