From 3907c2bdf3b9d58aac24c52dea54052bbd35e403 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 1 Oct 2011 22:49:57 -0400 Subject: [PATCH] Fixing build failure in Postgres. --- lib/Cake/Test/Case/Model/ModelIntegrationTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/Model/ModelIntegrationTest.php b/lib/Cake/Test/Case/Model/ModelIntegrationTest.php index 00e2194c0..ab7076c21 100644 --- a/lib/Cake/Test/Case/Model/ModelIntegrationTest.php +++ b/lib/Cake/Test/Case/Model/ModelIntegrationTest.php @@ -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(