diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-10 22:18:15 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-10 22:18:15 -0700 |
commit | f6d28fb14c91c97f6cc8b85c442987082997866a (patch) | |
tree | c517bf2a41709319255b5b5312f3fc56c06bff6e /src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | |
parent | d33318e787968182f95c183d1891c9a7d59a3b69 (diff) | |
download | DotNetOpenAuth-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.csproj | 1 |
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" />
|