diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-10 21:31:26 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-10 21:31:26 -0700 |
commit | ae5469dd3022ae8b3ab1a262d6c64a3efcc27251 (patch) | |
tree | d94929710913247f03277d23771806b5aa919add /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | 7f6be61b4ff8780670b950e580ccb620a6fc0b71 (diff) | |
download | DotNetOpenAuth-ae5469dd3022ae8b3ab1a262d6c64a3efcc27251.zip DotNetOpenAuth-ae5469dd3022ae8b3ab1a262d6c64a3efcc27251.tar.gz DotNetOpenAuth-ae5469dd3022ae8b3ab1a262d6c64a3efcc27251.tar.bz2 |
Added test to verify OP's compliance with OpenID 2.0 section 8.4.1.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 52bd0bd..bbd955d 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -114,7 +114,9 @@ <Compile Include="Messaging\Bindings\StandardExpirationBindingElementTests.cs" /> <Compile Include="Messaging\Reflection\MessagePartTests.cs" /> <Compile Include="Messaging\Reflection\ValueMappingTests.cs" /> + <Compile Include="Mocks\AssociateUnencryptedRequestNoSslCheck.cs" /> <Compile Include="Mocks\CoordinatingChannel.cs" /> + <Compile Include="Mocks\CoordinatingHttpRequestInfo.cs" /> <Compile Include="Mocks\CoordinatingUserAgentResponse.cs" /> <Compile Include="Mocks\InMemoryTokenManager.cs" /> <Compile Include="Mocks\MockHttpRequest.cs" /> |