diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-22 13:19:23 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-22 13:19:23 -0800 |
commit | 63712a630b97fad564d81e3292e3feb828645818 (patch) | |
tree | f2f36873ace471ab52392fbba06fb6309885b8ae /src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs | |
parent | 6dc890720e3341dbb4c19344e2116a3690d5fb8c (diff) | |
download | DotNetOpenAuth-63712a630b97fad564d81e3292e3feb828645818.zip DotNetOpenAuth-63712a630b97fad564d81e3292e3feb828645818.tar.gz DotNetOpenAuth-63712a630b97fad564d81e3292e3feb828645818.tar.bz2 |
Rename RP.AuthenticationRequest.Endpoint to ...DiscoveryResult.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs b/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs index 62f9fc6..f1e6787 100644 --- a/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs @@ -63,7 +63,7 @@ namespace DotNetOpenAuth.Test.OpenId.RelyingParty { [TestMethod] public void ProviderVersion() { var authRequest = this.CreateAuthenticationRequest(this.claimedId, this.claimedId); - Assert.AreEqual(this.protocol.Version, authRequest.Endpoint.ProviderEndpoint.GetProtocol().Version); + Assert.AreEqual(this.protocol.Version, authRequest.DiscoveryResult.ProviderEndpoint.GetProtocol().Version); } /// <summary> |