summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-02-05 22:31:55 +0000
committertailor <cygnus@janrain.com>2007-02-05 22:31:55 +0000
commitd27d6a4d1a929093b4702e5f3fff84bb70e79eaa (patch)
treeb9e2544f3eaf7736ce11c503ab3c5962acba0309 /Tests
parent09c938bfd1d7ae7d30596a143803f02e4f501b07 (diff)
downloadphp-openid-d27d6a4d1a929093b4702e5f3fff84bb70e79eaa.zip
php-openid-d27d6a4d1a929093b4702e5f3fff84bb70e79eaa.tar.gz
php-openid-d27d6a4d1a929093b4702e5f3fff84bb70e79eaa.tar.bz2
[project @ Fix forgot-endpoint test]
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Auth/OpenID/Server.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/Auth/OpenID/Server.php b/Tests/Auth/OpenID/Server.php
index bf810b7..e84380b 100644
--- a/Tests/Auth/OpenID/Server.php
+++ b/Tests/Auth/OpenID/Server.php
@@ -977,8 +977,7 @@ class Tests_Auth_OpenID_CheckID extends PHPUnit_TestCase {
function test_answerAllowForgotEndpoint()
{
- $this->server->op_endpoint = null;
- // $this->failUnlessRaises(RuntimeError, $this->request->answer, true);
+ $this->request->server->op_endpoint = null;
$result = $this->request->answer(true);
$this->assertTrue(is_a($result, "Auth_OpenID_ServerError"));
}