diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-03-24 20:26:41 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-03-24 20:26:41 -0700 |
commit | 725b9149d030a4329b3d9d97234bda6d20643b92 (patch) | |
tree | b30a6cea70106de9f50a40e6e973d039c2d50ba6 /src | |
parent | 1a82457ac9618a24563b09cd6eec77f99b198e77 (diff) | |
download | DotNetOpenAuth-725b9149d030a4329b3d9d97234bda6d20643b92.zip DotNetOpenAuth-725b9149d030a4329b3d9d97234bda6d20643b92.tar.gz DotNetOpenAuth-725b9149d030a4329b3d9d97234bda6d20643b92.tar.bz2 |
Just 12 failures.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs b/src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs index eb60866..ce6b299 100644 --- a/src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs @@ -145,7 +145,7 @@ namespace DotNetOpenAuth.Test.OpenId { // We have to formulate the associate request manually, // since the DNOI RP won't voluntarily mismatch the association and session types. - var request = new AssociateDiffieHellmanRequest(protocol.Version, new Uri("https://Provider")); + var request = new AssociateDiffieHellmanRequest(protocol.Version, OPUri); request.AssociationType = protocol.Args.SignatureAlgorithm.HMAC_SHA256; request.SessionType = protocol.Args.SessionType.DH_SHA1; request.InitializeRequest(); |