Skip to content

Commit

Permalink
Fixing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Oct 17, 2010
1 parent f215cd0 commit ee4add9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -842,7 +842,7 @@ function testVirtualFieldSeparators() {
$this->db->virtualFieldSeparator = '_$_';
$result = $this->db->fields($model, null, array('data', 'other__field'));
$expected = array('`BinaryTest`.`data`', '(SUM(id)) AS BinaryTest_$_other__field');
$expected = array('`BinaryTest`.`data`', '(SUM(id)) AS `BinaryTest_$_other__field`');
$this->assertEqual($result, $expected);
}
Expand Down

0 comments on commit ee4add9

Please sign in to comment.