Changeset 4574

Show
Ignore:
Timestamp:
06/28/08 01:52:50 (12 months ago)
Author:
jwage
Message:

Fixing test case.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/tests/Ticket/1133TestCase.php

    r4529 r4574  
    6969                ->offset(1); 
    7070 
    71         $this->assertEqual($q->count(), $q->execute()->count()); 
     71        $this->assertEqual($q->count(), 2); 
     72        $this->assertEqual($q->execute()->count(), 1); 
    7273    } 
    73  
    7474} 
    7575