summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-01-10 00:11:39 -0800
committerAndrew <andrewarnott@gmail.com>2009-01-10 00:11:39 -0800
commitabafbb88e5b08ff00805d868a14b4e9c5a106d6f (patch)
treefcbd070b14b0cffd1acd16f259d069cb2dd1b7f0 /src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs
parentc02c53682ce1e609926b62f0f4fee1af0a5904fc (diff)
downloadDotNetOpenAuth-abafbb88e5b08ff00805d868a14b4e9c5a106d6f.zip
DotNetOpenAuth-abafbb88e5b08ff00805d868a14b4e9c5a106d6f.tar.gz
DotNetOpenAuth-abafbb88e5b08ff00805d868a14b4e9c5a106d6f.tar.bz2
IDirectSslWebRequestHandler need not be given to an OpenID RP or OP instance any more. Ssl support is optional.
Diffstat (limited to 'src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs')
-rw-r--r--src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs b/src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs
index 782ba2b..669e4d3 100644
--- a/src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs
+++ b/src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs
@@ -50,7 +50,7 @@ namespace DotNetOpenAuth.Test.Mocks {
return this.wrappedIdentifier.GetHashCode();
}
- internal override IEnumerable<ServiceEndpoint> Discover(IDirectSslWebRequestHandler requestHandler) {
+ internal override IEnumerable<ServiceEndpoint> Discover(IDirectWebRequestHandler requestHandler) {
return this.endpoints;
}