diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-09-03 17:37:40 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-09-03 17:37:40 -0700 |
commit | ab797eabc37fd3b1a2b77ff5114ff2e00a0f2e39 (patch) | |
tree | 184012f9a67a7c93d1f2c29208f116941c3cf2b7 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | a93777789e267045e836531fa0b149f6df5a4031 (diff) | |
parent | e65eb7cff86b438d863e24d551d585cda0759116 (diff) | |
download | DotNetOpenAuth-ab797eabc37fd3b1a2b77ff5114ff2e00a0f2e39.zip DotNetOpenAuth-ab797eabc37fd3b1a2b77ff5114ff2e00a0f2e39.tar.gz DotNetOpenAuth-ab797eabc37fd3b1a2b77ff5114ff2e00a0f2e39.tar.bz2 |
Merge branch 'master' into contracts
Conflicts:
src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs
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 7e92cb5..1cfeb9c 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -265,6 +265,7 @@ <Compile Include="OpenId\RelyingParty\AuthenticationRequestTests.cs" /> <Compile Include="OpenId\RelyingParty\FailedAuthenticationResponseTests.cs" /> <Compile Include="OpenId\RelyingParty\NegativeAuthenticationResponseTests.cs" /> + <Compile Include="OpenId\RelyingParty\OpenIdTextBoxTests.cs" /> <Compile Include="OpenId\RelyingParty\PositiveAnonymousResponseTests.cs" /> <Compile Include="OpenId\RelyingParty\PositiveAuthenticationResponseTests.cs" /> <Compile Include="OpenId\RelyingParty\OpenIdRelyingPartyTests.cs" /> |