Changeset 4529
- Timestamp:
- 06/21/08 00:46:55 (13 months ago)
- Files:
-
- 1 modified
-
branches/0.11/tests/Ticket/1133TestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/tests/Ticket/1133TestCase.php
r4528 r4529 68 68 ->limit(1) 69 69 ->offset(1); 70 echo $q->getSqlQuery() . '<br />';71 echo $q->getCountQuery() . '<br />';72 70 73 71 $this->assertEqual($q->count(), $q->execute()->count());