Changeset 4002 for trunk/tests_old/Record
- Timestamp:
- 03/17/08 13:26:34 (10 months ago)
- Files:
-
- 1 modified
-
trunk/tests_old/Record/HookTestCase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests_old/Record/HookTestCase.php
r3882 r4002 80 80 } 81 81 82 public function testSoftDelete()82 /*public function testSoftDelete() 83 83 { 84 84 $r = new SoftDeleteTest(); … … 100 100 $this->fail(); 101 101 } 102 } 102 }*/ 103 103 }