Show
Ignore:
Timestamp:
05/06/08 14:41:22 (8 months ago)
Author:
romanb
Message:

Refactorings. Started with new hydrator for 2.0.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests_old/Inheritance/JoinedTestCase.php

    r4119 r4338  
    153153    { 
    154154        $this->_createManager(); 
    155         $this->conn->getMapper('CTI_Manager')->clear(); 
     155        $this->conn->clear('CTI_Manager'); 
    156156         
    157157        $query = $this->conn->createQuery(); 
     
    168168    { 
    169169        $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'); 
    172172         
    173173        $query = $this->conn->createQuery();