Show
Ignore:
Timestamp:
02/03/08 21:29:57 (11 months ago)
Author:
romanb
Message:

Merged r3518:r3700 from branch to trunk. Branch to be deleted, soon. Development continues in trunk.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/AuditLogTestCase.php

    r3258 r3701  
    4141        $this->profiler = new Doctrine_Connection_Profiler(); 
    4242        $this->conn->addListener($this->profiler); 
    43         $this->tables = array('VersioningTest', 'VersioningTestVersion'); 
     43        $this->tables = array('VersioningTest'); 
    4444         
    4545        parent::prepareTables();