Show
Ignore:
Timestamp:
01/10/08 13:17:05 (12 months ago)
Author:
lsmith
Message:

- fixed test cases to expect the SQL standard syntax

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Expression/DriverTestCase.php

    r2963 r3494  
    9797    } 
    9898    public function testConcatReturnsValidSql() { 
    99         $this->assertEqual($this->expr->concat('id', 'type'), 'CONCAT(id, type)'); 
     99        $this->assertEqual($this->expr->concat('id', 'type'), 'id || type'); 
    100100    } 
    101101    public function testSubstringReturnsValidSql() {