summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs')
-rw-r--r--src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs3
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() {