diff options
author | Mark Pemberton <mpemberton5@gmail.com> | 2011-05-19 19:40:22 -0400 |
---|---|---|
committer | Mark Pemberton <mpemberton5@gmail.com> | 2011-05-19 19:40:22 -0400 |
commit | 5203848b12ccda0009409e08165bfa2d9d34a837 (patch) | |
tree | 0e88cb4d6e2ce09bb7b371d458ea3141c8436811 /tests | |
parent | 1c6ff8cea61502a39887885847b4c320eee5c46b (diff) | |
download | semanticscuttle-5203848b12ccda0009409e08165bfa2d9d34a837.tar.gz semanticscuttle-5203848b12ccda0009409e08165bfa2d9d34a837.tar.bz2 |
revert getBookmarks() back to original
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Tag2TagTest.php | 1 |
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']); |