aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Pemberton <mpemberton5@gmail.com>2011-05-19 19:40:22 -0400
committerMark Pemberton <mpemberton5@gmail.com>2011-05-19 19:40:22 -0400
commit5203848b12ccda0009409e08165bfa2d9d34a837 (patch)
tree0e88cb4d6e2ce09bb7b371d458ea3141c8436811 /tests
parent1c6ff8cea61502a39887885847b4c320eee5c46b (diff)
downloadsemanticscuttle-5203848b12ccda0009409e08165bfa2d9d34a837.tar.gz
semanticscuttle-5203848b12ccda0009409e08165bfa2d9d34a837.tar.bz2
revert getBookmarks() back to original
Diffstat (limited to 'tests')
-rw-r--r--tests/Tag2TagTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Tag2TagTest.php b/tests/Tag2TagTest.php
index 0b73864..58556f1 100644
--- a/tests/Tag2TagTest.php
+++ b/tests/Tag2TagTest.php
@@ -332,6 +332,7 @@ class Tag2TagTest extends TestBase
$this->assertSame('B3', $results['bookmarks'][0]['bTitle']);
$results = $bs->getBookmarks(0, NULL, 1, 'aa+ee');
+
$this->assertSame(1, intval($results['total']));
$this->assertSame('B2', $results['bookmarks'][0]['bTitle']);