Changeset 4048

Show
Ignore:
Timestamp:
03/19/08 15:20:08 (16 months ago)
Author:
guilhermeblanco
Message:

Updated test case

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/tests/CollectionTestCase.php

    r4029 r4048  
    265265        $coll->add($user); 
    266266 
    267         $this->assertEqual($coll["name"], $user); 
    268  
     267        $this->assertTrue($coll["name"] === $user); 
    269268 
    270269        $this->connection->getTable("email")->setAttribute(Doctrine::ATTR_COLL_KEY,"address");