Skip to content

Commit

Permalink
Update test to reflect slug change in 78db1bb
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Apr 23, 2010
1 parent 67ced57 commit 4068e80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/gallery/tests/Item_Model_Test.php
Expand Up @@ -295,7 +295,6 @@ public function basic_validation_test() {
} 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",
Expand Down

0 comments on commit 4068e80

Please sign in to comment.