From 2e1172aacb9e542353ecc1129e8b59c08ced0ed5 Mon Sep 17 00:00:00 2001 From: Arthur Portugal Date: Wed, 25 Nov 2009 18:31:50 -0500 Subject: [PATCH] Fixed all.test2 function redirect DT#3553 --- tests/main/auth/openid/openid.lib.test.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/main/auth/openid/openid.lib.test.php b/tests/main/auth/openid/openid.lib.test.php index 980ede3ec1..a38db988a9 100644 --- a/tests/main/auth/openid/openid.lib.test.php +++ b/tests/main/auth/openid/openid.lib.test.php @@ -211,11 +211,7 @@ class TestOpenId extends UnitTestCase { $url = api_get_path(WEB_PATH).'tests/all.test2.php'; ob_start(); $res=openid_redirect_http($url, $message = array()); - - $dd = $this->assertTrue(is_null($res)); - var_dump($dd); - - + $this->assertTrue(is_null($res)); ob_end_clean(); }