diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-30 23:40:46 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-30 23:40:46 -0700 |
commit | 5c937f16690ad0ac6cefd0d84f64461b68b79921 (patch) | |
tree | a62a3b59dcb5671d402452ef856e2a0974b5d012 /src/DotNetOpenAuth.Test/OAuth/ChannelElements | |
parent | dbac83dde08e43c82d256e90ce36862dc1168199 (diff) | |
download | DotNetOpenAuth-5c937f16690ad0ac6cefd0d84f64461b68b79921.zip DotNetOpenAuth-5c937f16690ad0ac6cefd0d84f64461b68b79921.tar.gz DotNetOpenAuth-5c937f16690ad0ac6cefd0d84f64461b68b79921.tar.bz2 |
StyleCop fixes.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OAuth/ChannelElements')
-rw-r--r-- | src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs | 1 |
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. |