From 4068e80f0678ab8f71a9262630383d7fef79547a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 22 Apr 2010 22:24:44 -0700 Subject: Update test to reflect slug change in 78db1bb339042f3aadb5a61bfe26ddd20c4b8951 --- modules/gallery/tests/Item_Model_Test.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/gallery/tests/Item_Model_Test.php') diff --git a/modules/gallery/tests/Item_Model_Test.php b/modules/gallery/tests/Item_Model_Test.php index 8ab85a30..28d6fba7 100644 --- a/modules/gallery/tests/Item_Model_Test.php +++ b/modules/gallery/tests/Item_Model_Test.php @@ -295,7 +295,6 @@ class Item_Model_Test extends Gallery_Unit_Test_Case { } catch (ORM_Validation_Exception $e) { $this->assert_same(array("description" => "length", "name" => "required", - "slug" => "required", "title" => "required", "album_cover_item_id" => "invalid_item", "parent_id" => "invalid", -- cgit v1.2.3