diff options
author | tailor <cygnus@janrain.com> | 2007-04-16 23:05:28 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-04-16 23:05:28 +0000 |
commit | d699e6340e49bb29f45748853d3a869476c07417 (patch) | |
tree | 4c361f8f8eca473f4e1add234cfb29576cae08b4 /Tests/Auth | |
parent | a3d2f2084e458233f25081777b4e0ce43052f33e (diff) | |
download | php-openid-d699e6340e49bb29f45748853d3a869476c07417.zip php-openid-d699e6340e49bb29f45748853d3a869476c07417.tar.gz php-openid-d699e6340e49bb29f45748853d3a869476c07417.tar.bz2 |
[project @ Do not send openid.ns values in OpenID 1 messages]
Diffstat (limited to 'Tests/Auth')
-rw-r--r-- | Tests/Auth/OpenID/AuthRequest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/AuthRequest.php b/Tests/Auth/OpenID/AuthRequest.php index 14c4f59..63e4d4e 100644 --- a/Tests/Auth/OpenID/AuthRequest.php +++ b/Tests/Auth/OpenID/AuthRequest.php @@ -114,7 +114,6 @@ class TestAuthRequestMixin extends OpenIDTestMixin { // namespaces. Really it doesn't care that it has alias "0", // but that is tested anyway $post_args = $msg->toPostArgs(); - $this->assertEquals('bag:', $post_args['openid.ns.ext0']); $this->assertEquals('brown', $post_args['openid.ext0.color']); $this->assertEquals('paper', $post_args['openid.ext0.material']); } |