aboutsummaryrefslogtreecommitdiff
path: root/tests/Bookmark2TagTest.php
diff options
context:
space:
mode:
authorMark Pemberton <mpemberton5@gmail.com>2011-05-21 14:36:29 -0400
committerMark Pemberton <mpemberton5@gmail.com>2011-05-21 14:36:29 -0400
commite0149e24e2b5fac3b875fda468b18fbe2b6b1218 (patch)
tree01547d72aff07859c53b406f6c68775e4d1c5c74 /tests/Bookmark2TagTest.php
parent5203848b12ccda0009409e08165bfa2d9d34a837 (diff)
downloadsemanticscuttle-e0149e24e2b5fac3b875fda468b18fbe2b6b1218.tar.gz
semanticscuttle-e0149e24e2b5fac3b875fda468b18fbe2b6b1218.tar.bz2
Resolve some failed bookmark and tag tests
Diffstat (limited to 'tests/Bookmark2TagTest.php')
-rw-r--r--tests/Bookmark2TagTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Bookmark2TagTest.php b/tests/Bookmark2TagTest.php
index 789540f..66a6e1f 100644
--- a/tests/Bookmark2TagTest.php
+++ b/tests/Bookmark2TagTest.php
@@ -290,8 +290,8 @@ class Bookmark2TagTest extends TestBase
$arTags = $this->b2ts->getPopularTags(null, 10, null, 1);
$this->assertInternalType('array', $arTags);
$this->assertEquals(3, count($arTags));
- $this->assertContains(array('tag' => 'one', 'bCount' => '2'), $arTags);
- $this->assertContains(array('tag' => 'two', 'bCount' => '1'), $arTags);
+ $this->assertContains(array('tag' => 'one', 'bCount' => '3'), $arTags);
+ $this->assertContains(array('tag' => 'two', 'bCount' => '2'), $arTags);
$this->assertContains(array('tag' => 'thr', 'bCount' => '1'), $arTags);
$arTags = $this->b2ts->getPopularTags(null, 10, null, 2);
@@ -608,4 +608,4 @@ class Bookmark2TagTest extends TestBase
$this->assertContains(array('tag' => 'usable', 'bCount' => '2'), $arTags);
}
}
-?> \ No newline at end of file
+?>