Skip to content

Commit

Permalink
Fixing failing tests caused by fixture data changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 25, 2010
1 parent 2385747 commit 78c838b
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
Expand Up @@ -3575,7 +3575,7 @@ function testSaveAllValidateFirstAtomicFalse() {
*/
function testUpdateWithCalculation() {
$this->loadFixtures('DataTest');
$model =& new DataTest();
$model = new DataTest();
$model->deleteAll(true);
$result = $model->saveAll(array(
array('count' => 5, 'float' => 1.1),
Expand Down

0 comments on commit 78c838b

Please sign in to comment.