summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/TestBadChannel.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-11-07 00:05:58 -0800
committerAndrew <andrewarnott@gmail.com>2008-11-07 00:05:58 -0800
commiteed78917e2f8b9a0598ae1b41ade201a420a9ccc (patch)
tree1cacf53884b9ccc661f08bb9615ffaa20cea830c /src/DotNetOpenAuth.Test/Mocks/TestBadChannel.cs
parent1e22342d9cbd2d76468a3c5fdb9e56c1a485034d (diff)
downloadDotNetOpenAuth-eed78917e2f8b9a0598ae1b41ade201a420a9ccc.zip
DotNetOpenAuth-eed78917e2f8b9a0598ae1b41ade201a420a9ccc.tar.gz
DotNetOpenAuth-eed78917e2f8b9a0598ae1b41ade201a420a9ccc.tar.bz2
Refactored the Channel extensibility to better suit OpenID.
Diffstat (limited to 'src/DotNetOpenAuth.Test/Mocks/TestBadChannel.cs')
-rw-r--r--src/DotNetOpenAuth.Test/Mocks/TestBadChannel.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/DotNetOpenAuth.Test/Mocks/TestBadChannel.cs b/src/DotNetOpenAuth.Test/Mocks/TestBadChannel.cs
index 8fbfaf9..9d4712c 100644
--- a/src/DotNetOpenAuth.Test/Mocks/TestBadChannel.cs
+++ b/src/DotNetOpenAuth.Test/Mocks/TestBadChannel.cs
@@ -7,8 +7,6 @@
namespace DotNetOpenAuth.Test.Mocks {
using System;
using System.Collections.Generic;
- using System.Linq;
- using System.Text;
using DotNetOpenAuth.Messaging;
/// <summary>
@@ -39,11 +37,7 @@ namespace DotNetOpenAuth.Test.Mocks {
return base.ReadFromRequest(request);
}
- protected override IProtocolMessage RequestInternal(IDirectedProtocolMessage request) {
- throw new NotImplementedException();
- }
-
- protected override IProtocolMessage ReadFromResponseInternal(System.IO.Stream responseStream) {
+ protected override IDictionary<string, string> ReadFromResponseInternal(Response response) {
throw new NotImplementedException();
}