Skip to content

Commit

Permalink
Fixing test to make it pass using DboSqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 29, 2010
1 parent 372123f commit 592dda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/model/model_write.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ function testHabtmSaveWithConditionsInAssociation() {
'DoomedSomethingElse' => array(
'className' => 'SomethingElse',
'joinTable' => 'join_things',
'conditions' => 'JoinThing.doomed = true',
'conditions' => array('JoinThing.doomed' => true),
'unique' => true
),
'NotDoomedSomethingElse' => array(
Expand Down

0 comments on commit 592dda9

Please sign in to comment.