diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-14 21:44:28 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-14 21:44:28 -0700 |
commit | 85b43c815aa4fb069225ba31f9e763cd15bb6bc9 (patch) | |
tree | cc66acb6277379098377985e4e61698f6128e454 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | f4f32954757f128a3c4107df55c674be6314a8d3 (diff) | |
download | DotNetOpenAuth-85b43c815aa4fb069225ba31f9e763cd15bb6bc9.zip DotNetOpenAuth-85b43c815aa4fb069225ba31f9e763cd15bb6bc9.tar.gz DotNetOpenAuth-85b43c815aa4fb069225ba31f9e763cd15bb6bc9.tar.bz2 |
Access token endpoint now can respond with appropriate errors.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 6f824a1..00c1bb4 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -243,6 +243,7 @@ <Compile Include="Mocks\TestChannel.cs" /> <Compile Include="Mocks\TestMessage.cs" /> <Compile Include="Mocks\TestMessageFactory.cs" /> + <Compile Include="OAuth2\AuthorizationServerTests.cs" /> <Compile Include="OAuth2\MessageFactoryTests.cs" /> <Compile Include="OAuth2\UserAgentClientAuthorizeTests.cs" /> <Compile Include="OAuth2\OAuth2Coordinator.cs" /> |