summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-02-03 23:27:04 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-02-03 23:40:50 -0800
commit3be5be6f65fc857629677e69a357fd8c0d80d554 (patch)
treede29b8dc79108ab7f57df86c2b787cee31e3cdc3 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
parentdaf0b05fba9cae039ee631bbe008f8225c065ffc (diff)
downloadDotNetOpenAuth-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.csproj3
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