summaryrefslogtreecommitdiffstats
path: root/Tests/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-04-16 23:05:28 +0000
committertailor <cygnus@janrain.com>2007-04-16 23:05:28 +0000
commitd699e6340e49bb29f45748853d3a869476c07417 (patch)
tree4c361f8f8eca473f4e1add234cfb29576cae08b4 /Tests/Auth
parenta3d2f2084e458233f25081777b4e0ce43052f33e (diff)
downloadphp-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.php1
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']);
}