summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-08-02 16:17:49 -0600
committerAndrew Arnott <andrewarnott@gmail.com>2011-08-02 16:17:49 -0600
commit11bed3db5fbcb73a72944cfafb13f62ad7fab407 (patch)
tree7238ecbd2e31acf1841d455f440a1fe67b3112cc /src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs
parentc46581d201e7215bb91d9c198222a49111e4bd77 (diff)
downloadDotNetOpenAuth-11bed3db5fbcb73a72944cfafb13f62ad7fab407.zip
DotNetOpenAuth-11bed3db5fbcb73a72944cfafb13f62ad7fab407.tar.gz
DotNetOpenAuth-11bed3db5fbcb73a72944cfafb13f62ad7fab407.tar.bz2
The test project now builds, so the whole solution does.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs')
-rw-r--r--src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs b/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs
index 99565ed..ec0db22 100644
--- a/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs
+++ b/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs
@@ -141,7 +141,7 @@ namespace DotNetOpenAuth.Test.OpenId {
var securitySettings = new ProviderSecuritySettings();
var cryptoKeyStore = new MemoryCryptoKeyStore();
var associationStore = new ProviderAssociationHandleEncoder(cryptoKeyStore);
- Association association = sharedAssociation ? HmacShaAssociation.Create(protocol, protocol.Args.SignatureAlgorithm.Best, AssociationRelyingPartyType.Smart, associationStore, securitySettings) : null;
+ Association association = sharedAssociation ? HmacShaAssociationProvider.Create(protocol, protocol.Args.SignatureAlgorithm.Best, AssociationRelyingPartyType.Smart, associationStore, securitySettings) : null;
var coordinator = new OpenIdCoordinator(
rp => {
var request = new CheckIdRequest(protocol.Version, OPUri, immediate ? AuthenticationRequestMode.Immediate : AuthenticationRequestMode.Setup);