diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-15 14:54:39 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-15 14:54:39 -0700 |
commit | df342fb180ae32ba8ce3443862b38e02cdea8b8d (patch) | |
tree | f39784b23dbe8018c85847967f4e944fab722507 /src/DotNetOpenAuth.Test/Mocks/TestChannel.cs | |
parent | 8489549474fc59f61ff0b7e8ae7d8ffaa9bd7566 (diff) | |
download | DotNetOpenAuth-df342fb180ae32ba8ce3443862b38e02cdea8b8d.zip DotNetOpenAuth-df342fb180ae32ba8ce3443862b38e02cdea8b8d.tar.gz DotNetOpenAuth-df342fb180ae32ba8ce3443862b38e02cdea8b8d.tar.bz2 |
Renamed some methods on the Channel class to be more consistent.
Diffstat (limited to 'src/DotNetOpenAuth.Test/Mocks/TestChannel.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/Mocks/TestChannel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/Mocks/TestChannel.cs b/src/DotNetOpenAuth.Test/Mocks/TestChannel.cs index 3754f01..95fb90a 100644 --- a/src/DotNetOpenAuth.Test/Mocks/TestChannel.cs +++ b/src/DotNetOpenAuth.Test/Mocks/TestChannel.cs @@ -33,7 +33,7 @@ namespace DotNetOpenAuth.Test.Mocks { throw new NotImplementedException("CreateHttpRequest"); } - protected override OutgoingWebResponse SendDirectMessageResponse(IProtocolMessage response) { + protected override OutgoingWebResponse PrepareDirectResponse(IProtocolMessage response) { throw new NotImplementedException("SendDirectMessageResponse"); } } |