Changeset 4338 for trunk/tests_old/Inheritance
- Timestamp:
- 05/06/08 14:41:22 (8 months ago)
- Files:
-
- 1 modified
-
trunk/tests_old/Inheritance/JoinedTestCase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests_old/Inheritance/JoinedTestCase.php
r4119 r4338 153 153 { 154 154 $this->_createManager(); 155 $this->conn-> getMapper('CTI_Manager')->clear();155 $this->conn->clear('CTI_Manager'); 156 156 157 157 $query = $this->conn->createQuery(); … … 168 168 { 169 169 $this->_createManager(); 170 $this->conn-> getMapper('CTI_Manager')->clear();171 $this->conn-> getMapper('CTI_User')->clear();170 $this->conn->clear('CTI_Manager'); 171 $this->conn->clear('CTI_User'); 172 172 173 173 $query = $this->conn->createQuery();