Skip to content

Commit

Permalink
Fixing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 31, 2010
1 parent 66a8890 commit c98a82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/model/model_read.test.php
Expand Up @@ -7230,7 +7230,7 @@ function testVirtualFields() {
$this->assertEqual($result['Post']['id'], 2);

$Post->virtualFields = array('other_field' => 'Post.id + 1');
$result = $Post->find('all',array(
$result = $Post->find('all', array(
'fields' => array($dbo->calculate($Post, 'max', array('other_field')))
));
$this->assertEqual($result[0][0]['other_field'], 4);
Expand Down

0 comments on commit c98a82c

Please sign in to comment.