diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-10 20:26:55 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-10 20:26:55 -0700 |
commit | bd3b3f6b07dbd1d43c2ffdff4504fd5eec1eb388 (patch) | |
tree | 528b4dac98713b3a1026ff1d89993bc14b54bec1 /src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs | |
parent | ed93583c59e776b673ea96c350ae5b284435ca24 (diff) | |
download | DotNetOpenAuth-bd3b3f6b07dbd1d43c2ffdff4504fd5eec1eb388.zip DotNetOpenAuth-bd3b3f6b07dbd1d43c2ffdff4504fd5eec1eb388.tar.gz DotNetOpenAuth-bd3b3f6b07dbd1d43c2ffdff4504fd5eec1eb388.tar.bz2 |
OpenID spec review up to (and excluding) section 8.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs b/src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs index 3a5e824..c0ac7de 100644 --- a/src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs @@ -39,7 +39,8 @@ namespace DotNetOpenAuth.Test.OpenId.Messages { } /// <summary> - /// Verifies that error messages are created as HTTP 400 errors. + /// Verifies that error messages are created as HTTP 400 errors, + /// per OpenID 2.0 section 5.1.2.2. /// </summary> [TestMethod] public void ErrorMessagesAsHttp400() { |