Changeset 4818
- Timestamp:
- 08/26/08 22:53:15 (5 months ago)
- Files:
-
- 1 modified
-
branches/1.0/tests/RecordTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/tests/RecordTestCase.php
r4720 r4818 959 959 $this->pass(); 960 960 } 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()); 962 962 } 963 963 }