Changeset 4150 for branches/0.10/tests

Show
Ignore:
Timestamp:
03/28/08 17:46:45 (10 months ago)
Author:
jwage
Message:

Fixed path error after moving models.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/tests/Export/SchemaTestCase.php

    r4032 r4150  
    5757    { 
    5858        $export = new Doctrine_Export_Schema(); 
    59         $export->exportSchema('schema-export.yml', 'yml', dirname(dirname(dirname(__FILE__))) . DIRECTORY_SEPARATOR . 'models', $this->tables); 
     59        $export->exportSchema('schema-export.yml', 'yml', dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'models', $this->tables); 
    6060        unlink('schema-export.yml'); 
    6161    }