Skip to content

Commit

Permalink
Fixing build failure in Postgres.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 2, 2011
1 parent aa8965d commit 3907c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Cake/Test/Case/Model/ModelIntegrationTest.php
Expand Up @@ -262,8 +262,9 @@ function testFindWithJoinsOption() {
),
),
),
'group' => array('User.user'),
'group' => array('User.user', 'Article.published'),
'recursive' => -1,
'order' => array('User.user')
);
$result = $TestUser->find('all', $options);
$expected = array(
Expand Down

0 comments on commit 3907c2b

Please sign in to comment.