Changed the test to be compatible with all tests.

This commit is contained in:
Juan Basso 2011-05-22 22:50:29 -04:00
parent 76831863e3
commit 846634d729

View file

@ -3420,7 +3420,7 @@ class ContainableBehaviorTest extends CakeTestCase {
'foreignKey' => 'article_id',
'associationForeignKey' => 'tag_id',
// LENGHT function mysql-only, using LIKE does almost the same
'conditions' => 'ShortTag.tag LIKE "???"'
'conditions' => "ShortTag.tag LIKE '???'"
)
)
);