Browse Source

Fixed all.test2 function redirect DT#3553

Arthur Portugal 15 years ago
parent
commit
2e1172aacb
1 changed files with 1 additions and 5 deletions
  1. 1 5
      tests/main/auth/openid/openid.lib.test.php

+ 1 - 5
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();
 		
 	}