Changeset 4574
- Timestamp:
- 06/28/08 01:52:50 (12 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
r4529 r4574 69 69 ->offset(1); 70 70 71 $this->assertEqual($q->count(), $q->execute()->count()); 71 $this->assertEqual($q->count(), 2); 72 $this->assertEqual($q->execute()->count(), 1); 72 73 } 73 74 74 } 75 75