diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-03 23:27:04 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-03 23:40:50 -0800 |
commit | 3be5be6f65fc857629677e69a357fd8c0d80d554 (patch) | |
tree | de29b8dc79108ab7f57df86c2b787cee31e3cdc3 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | daf0b05fba9cae039ee631bbe008f8225c065ffc (diff) | |
download | DotNetOpenAuth-3be5be6f65fc857629677e69a357fd8c0d80d554.zip DotNetOpenAuth-3be5be6f65fc857629677e69a357fd8c0d80d554.tar.gz DotNetOpenAuth-3be5be6f65fc857629677e69a357fd8c0d80d554.tar.bz2 |
Fixed OpenIdAjaxTextBox that broke because ProviderEndpointDescription was not serializable.
Also added a test to verify fix.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 48a43db..6ba7314 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -269,6 +269,7 @@ <Compile Include="OpenId\RelyingParty\NegativeAuthenticationResponseTests.cs" /> <Compile Include="OpenId\RelyingParty\OpenIdTextBoxTests.cs" /> <Compile Include="OpenId\RelyingParty\PositiveAnonymousResponseTests.cs" /> + <Compile Include="OpenId\RelyingParty\PositiveAuthenticationResponseSnapshotTests.cs" /> <Compile Include="OpenId\RelyingParty\PositiveAuthenticationResponseTests.cs" /> <Compile Include="OpenId\RelyingParty\OpenIdRelyingPartyTests.cs" /> <Compile Include="OpenId\RelyingParty\RelyingPartySecuritySettingsTests.cs" /> @@ -334,4 +335,4 @@ </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(ProjectRoot)tools\DotNetOpenAuth.targets" /> -</Project> +</Project>
\ No newline at end of file |