Fix errors with postgres tests.

This commit is contained in:
mark_story 2014-01-08 09:42:13 -05:00
parent caf350c01f
commit b20ca3f4e0

View file

@ -362,7 +362,7 @@ class TranslateBehaviorTest extends CakeTestCase {
$model = new TranslatedItem();
$translateModel = $model->translateModel();
$translateModel->updateAll(array('content' => '"0"'));
$translateModel->updateAll(array('content' => "'0'"));
$model->locale = 'eng';
$result = $model->read(null, 1);