diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-10 19:46:31 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-10 19:46:31 -0700 |
commit | ed93583c59e776b673ea96c350ae5b284435ca24 (patch) | |
tree | 2d20c54395008eae07372f48a18ab140b038b698 /src | |
parent | f96a41f00061266e6e0697dc144485b2747a039e (diff) | |
download | DotNetOpenAuth-ed93583c59e776b673ea96c350ae5b284435ca24.zip DotNetOpenAuth-ed93583c59e776b673ea96c350ae5b284435ca24.tar.gz DotNetOpenAuth-ed93583c59e776b673ea96c350ae5b284435ca24.tar.bz2 |
Labeled OpenID test as testing 2.0 section 5.1.2.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/ChannelElements/OpenIdChannelTests.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/ChannelElements/OpenIdChannelTests.cs b/src/DotNetOpenAuth.Test/OpenId/ChannelElements/OpenIdChannelTests.cs index 1909079..0897a06 100644 --- a/src/DotNetOpenAuth.Test/OpenId/ChannelElements/OpenIdChannelTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/ChannelElements/OpenIdChannelTests.cs @@ -65,7 +65,8 @@ namespace DotNetOpenAuth.Test.OpenId.ChannelElements { } /// <summary> - /// Verifies that direct response messages are encoded using Key Value Form. + /// Verifies that direct response messages are encoded using Key Value Form + /// per OpenID 2.0 section 5.1.2. /// </summary> /// <remarks> /// The validity of the actual KVF encoding is not checked here. We assume that the KVF encoding |