Changeset 4219 for trunk/tests_old/Relation
- Timestamp:
- 04/12/08 21:11:11 (9 months ago)
- Files:
-
- 1 modified
-
trunk/tests_old/Relation/AccessTestCase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests_old/Relation/AccessTestCase.php
r2388 r4219 20 20 $us[1] = new MyUser(); 21 21 $us[1]->name = "user1"; 22 $this->connection-> flush();22 $this->connection->unitOfWork->saveAll(); 23 23 // OneThings 24 24 $onethings_gs = array( … … 66 66 } 67 67 */ 68 $this->connection-> flush();68 $this->connection->unitOfWork->saveAll(); 69 69 $this->connection->clear(); 70 70 }