diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-26 06:37:12 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-26 06:37:12 +0000 |
commit | de56a33c9c27cdf5abc0573fb1334fbbeb762048 (patch) | |
tree | e8c7174bd8df5e5ec5a37738675d74645ae34381 /modules/tag/tests | |
parent | 18ce4a4c1fab25bd5d7be43c6761195dd60b5981 (diff) |
Clean tag creation
Diffstat (limited to 'modules/tag/tests')
-rw-r--r-- | modules/tag/tests/Tag_Test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tag/tests/Tag_Test.php b/modules/tag/tests/Tag_Test.php index 1a4f7698..87c3a303 100644 --- a/modules/tag/tests/Tag_Test.php +++ b/modules/tag/tests/Tag_Test.php @@ -58,8 +58,8 @@ class Tag_Test extends Unit_Test_Case { array("id" => "3", "name" => "tag2", "count" => 6, "class" => 4), array("id" => "4", "name" => "tag3", "count" => 5, "class" => 3), array("id" => "5", "name" => "tag4", "count" => 4, "class" => 2), - array("id" => "6", "name" => "tag5", "count" => 3, "class" => 1), - array("id" => "7", "name" => "tag6", "count" => 2, "class" => 0), + array("id" => "6", "name" => "tag5", "count" => 3, "class" => 2), + array("id" => "7", "name" => "tag6", "count" => 2, "class" => 1), array("id" => "8", "name" => "tag7", "count" => 1, "class" => 0) ); $this->assert_equal($expected_tag_list, $tag_list, "incorrect non filtered tag list"); |