summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-04-30 23:40:46 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-04-30 23:40:46 -0700
commit5c937f16690ad0ac6cefd0d84f64461b68b79921 (patch)
treea62a3b59dcb5671d402452ef856e2a0974b5d012 /src/DotNetOpenAuth.Test
parentdbac83dde08e43c82d256e90ce36862dc1168199 (diff)
downloadDotNetOpenAuth-5c937f16690ad0ac6cefd0d84f64461b68b79921.zip
DotNetOpenAuth-5c937f16690ad0ac6cefd0d84f64461b68b79921.tar.gz
DotNetOpenAuth-5c937f16690ad0ac6cefd0d84f64461b68b79921.tar.bz2
StyleCop fixes.
Diffstat (limited to 'src/DotNetOpenAuth.Test')
-rw-r--r--src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs b/src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs
index cecec48..449a033 100644
--- a/src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs
+++ b/src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs
@@ -193,7 +193,6 @@ namespace DotNetOpenAuth.Test.ChannelElements {
Timestamp = DateTime.UtcNow,
HttpMethods = HttpDeliveryMethods.AuthorizationHeaderRequest,
};
-
// ExtraData should appear in the form since this is a POST request,
// and only official message parts get a place in the Authorization header.