Author: jwage
Date: 2008-08-26 22:53:15 +0100 (Tue, 26 Aug 2008)
New Revision: 4818
Modified:
branches/1.0/tests/RecordTestCase.php
Log:
fixing typo
Modified: branches/1.0/tests/RecordTestCase.php
===================================================================
--- branches/1.0/tests/RecordTestCase.php 2008-08-26 21:24:20 UTC (rev
4817)
+++ branches/1.0/tests/RecordTestCase.php 2008-08-26 21:53:15 UTC (rev
4818)
@@ -958,7 +958,7 @@
$user->replace();
$this->pass();
} catch (Exception $e) {
- $this->fail('Doctrine_Record::save() does not work: ' .
$e->getMessage());
+ $this->fail('Doctrine_Record::replace() does not work: ' .
$e->getMessage());
}
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---