]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
use cookie jar instead of manually creating the cookie
authorChristian Weiske <cweiske@cweiske.de>
Tue, 26 Apr 2011 05:01:48 +0000 (07:01 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 26 Apr 2011 05:01:48 +0000 (07:01 +0200)
tests/Api/PostsAddTest.php

index b915b4c4d2911ca94db71540be7161ba60717dac..ddaa1fdfeb04c20a958dbac4cf8b918f2e03f3d1 100644 (file)
@@ -573,12 +573,8 @@ TXT;
 
         $bms = $this->bs->getBookmarks(0, null, $uId);
         $this->assertEquals(1, count($bms['bookmarks']));
-        $bm = reset($bms['bookmarks']);
-        $bmId = $bm['bId'];
-        $oldUid = $uId;
         $user = $this->us->getUser($uId);
-        $userId = $user['username'];
-        $reqUrl = $GLOBALS['unittestUrl'] . 'bookmarks.php/' . $userId . '?action=get' . '&unittestMode=1'; 
+        $reqUrl = $GLOBALS['unittestUrl'] . 'bookmarks.php/' . $user['username'] . '?action=get' . '&unittestMode=1'; 
 
         list($req, $uId) = $this->getAuthRequest('?unittestMode=1');
         $req->setMethod(HTTP_Request2::METHOD_POST);