From de56a33c9c27cdf5abc0573fb1334fbbeb762048 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 26 Nov 2008 06:37:12 +0000 Subject: Clean tag creation --- modules/tag/tests/Tag_Test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/tag/tests') 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"); -- cgit v1.2.3