From 8586fe0072fa7805e85b03d8c82bca421daae3d7 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 27 Jan 2010 10:04:43 -0500 Subject: [PATCH] Tests updates --- tests/main/inc/lib/social.lib.test.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/main/inc/lib/social.lib.test.php b/tests/main/inc/lib/social.lib.test.php index 9a6f556cb9..971865437b 100755 --- a/tests/main/inc/lib/social.lib.test.php +++ b/tests/main/inc/lib/social.lib.test.php @@ -23,6 +23,8 @@ class TestSocial extends UnitTestCase{ $this->social = null; } */ + //@todo this function was moved to usermanager + /* public function testRegisterFriend(){ $instans= new MockDatabase(); $friend_id=4; @@ -36,6 +38,7 @@ class TestSocial extends UnitTestCase{ //var_dump($res); } + */ public function testRemovedFriend(){ $instans= new MockDatabase();