Show
Ignore:
Timestamp:
10/02/08 02:59:02 (3 months ago)
Author:
sabel
Message:

fixed test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/sabel/trunk/tests/unit/models/Status.php

    r20073 r20433  
    1515    $this->insertComments($aUser); 
    1616     
    17     $aStatus = Status::getLatestCommentByUserId($aUser->id); 
    18     $this->eq("comment3", $aStatus->comment); 
     17    $this->eq("comment3", Status::getLatestCommentByUserId($aUser->id)); 
    1918     
    2019    $this->clear("Status");