Attempt to fix errors with postgres tests.

This commit is contained in:
mark_story 2013-12-08 11:46:17 -05:00
parent dff8e0175a
commit 530c95725f

View file

@ -6262,7 +6262,7 @@ class ModelWriteTest extends BaseModelTest {
'Author' => array(
'user' => 'bob',
'password' => '5f4dcc3b5aa765d61d8327deb882cf90'
)));
)), array('atomic' => false));
$result = $TestModel->find('first', array(
'order' => array('Post.id ' => 'DESC')