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 18, 2010
1 parent 5a8648c commit 738d92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/libs/model/model_write.test.php
Expand Up @@ -3652,6 +3652,7 @@ function testSaveAllValidateFirstAtomicFalse() {
function testUpdateWithCalculation() {
$this->loadFixtures('DataTest');
$model =& new DataTest();
$model->deleteAll(true);
$result = $model->saveAll(array(
array('count' => 5, 'float' => 1.1),
array('count' => 3, 'float' => 1.2),
Expand Down

0 comments on commit 738d92c

Please sign in to comment.