Changeset 3494 for trunk/tests/Expression
- 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
-
trunk/tests/Expression/DriverTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Expression/DriverTestCase.php
r2963 r3494 97 97 } 98 98 public function testConcatReturnsValidSql() { 99 $this->assertEqual($this->expr->concat('id', 'type'), ' CONCAT(id, type)');99 $this->assertEqual($this->expr->concat('id', 'type'), 'id || type'); 100 100 } 101 101 public function testSubstringReturnsValidSql() {
Download in other formats: