Fixed failing test case

This commit is contained in:
Jose Lorenzo Rodriguez 2012-05-19 19:59:32 -04:30
parent b22c50d8b6
commit dc8c731ccb
2 changed files with 7 additions and 1 deletions

View file

@ -1564,7 +1564,8 @@ class ModelValidationTest extends BaseModelTest {
'comment' =>
'comment',
'published' => 'Y',
'user_id' => 1),
'user_id' => 1
),
array(
'id' => 3,
'comment' => '',