Browse Source

[svn r21711] Changed by null

Arthur Portugal 15 years ago
parent
commit
415cbd1cd6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/main/inc/lib/main_api.lib.test.php

+ 2 - 2
tests/main/inc/lib/main_api.lib.test.php

@@ -177,8 +177,8 @@ class TestMainApi extends UnitTestCase {
   	
     function testApiGetUserInfoReturnFalseWhenOutOfUserInfoContext(){
     	$res = api_get_user_info();
-   		$this->assertTrue($res);
-    
+   		$this->assertTrue(is_null($res));
+   		//var_dump($res);
     }
    	
     function testApiGetUserInfoUsernameReturnTrueWhenOutOfUserInfoUsernameContext(){