diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-04-22 22:24:44 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-04-22 22:24:44 -0700 |
commit | 4068e80f0678ab8f71a9262630383d7fef79547a (patch) | |
tree | a666a4ac7dda3d2d1d47a35066737717e29e601f | |
parent | 67ced571c7ea066d9e166deb49a63d327e2c1f4d (diff) |
Update test to reflect slug change in 78db1bb339042f3aadb5a61bfe26ddd20c4b8951
-rw-r--r-- | modules/gallery/tests/Item_Model_Test.php | 1 |
1 files changed, 0 insertions, 1 deletions
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", |