Fixing build failure in Postgres.

This commit is contained in:
mark_story 2011-10-01 22:49:57 -04:00
parent aa8965d3f3
commit 3907c2bdf3

View file

@ -262,8 +262,9 @@ class ModelIntegrationTest extends BaseModelTest {
),
),
),
'group' => array('User.user'),
'group' => array('User.user', 'Article.published'),
'recursive' => -1,
'order' => array('User.user')
);
$result = $TestUser->find('all', $options);
$expected = array(