Changeset 4031

Show
Ignore:
Timestamp:
03/19/08 01:42:54 (16 months ago)
Author:
jwage
Message:

Made it so it will remove tmp files.

Location:
branches/0.10/tests
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/tests/ImportTestCase.php

    r4029 r4031  
    5050        $this->assertTrue(file_exists('Import/_files/ImportTestUser.php')); 
    5151        $this->assertTrue(file_exists('Import/_files/generated/BaseImportTestUser.php')); 
     52        Doctrine::removeDirectories('Import/_files'); 
    5253    } 
    5354} 
  • branches/0.10/tests/Transaction/MssqlTestCase.php

    r3884 r4031  
    3131 * @version     $Revision$ 
    3232 */ 
    33 class Doctrine_Transaction_Mssql_TestCase extends Doctrine_Driver_UnitTestCase  
     33class Doctrine_Transaction_Mssql_TestCase extends Doctrine_Driver_Unit_TestCase  
    3434{ 
    3535    public function testSetIsolationThrowsExceptionOnUnknownIsolationMode()