summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-03-22 07:23:44 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-03-22 07:23:44 -0700
commitc0ecea5ad16ce657baf2876563dabf6109855254 (patch)
treeeb9995ab153e1fcefad847fd5b3213a393f48f1c /src
parent9396711526eaeac17ba31d6ea72c99c7160d1aed (diff)
downloadDotNetOpenAuth-c0ecea5ad16ce657baf2876563dabf6109855254.zip
DotNetOpenAuth-c0ecea5ad16ce657baf2876563dabf6109855254.tar.gz
DotNetOpenAuth-c0ecea5ad16ce657baf2876563dabf6109855254.tar.bz2
Fixes about a dozen more tests.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth.Test/Messaging/MessagingTestBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/Messaging/MessagingTestBase.cs b/src/DotNetOpenAuth.Test/Messaging/MessagingTestBase.cs
index 567b2ad..9a6aec3 100644
--- a/src/DotNetOpenAuth.Test/Messaging/MessagingTestBase.cs
+++ b/src/DotNetOpenAuth.Test/Messaging/MessagingTestBase.cs
@@ -55,7 +55,7 @@ namespace DotNetOpenAuth.Test {
public override void SetUp() {
base.SetUp();
- ////this.Channel = new TestChannel();
+ this.Channel = new TestChannel(this.HostFactories);
}
internal static HttpRequestMessage CreateHttpRequestInfo(HttpMethod method, IDictionary<string, string> fields) {