Changeset 4818

Show
Ignore:
Timestamp:
08/26/08 22:53:15 (5 months ago)
Author:
jwage
Message:

fixing typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/tests/RecordTestCase.php

    r4720 r4818  
    959959            $this->pass(); 
    960960        } catch (Exception $e) { 
    961             $this->fail('Doctrine_Record::save() does not work: ' . $e->getMessage()); 
     961            $this->fail('Doctrine_Record::replace() does not work: ' . $e->getMessage()); 
    962962        } 
    963963    }