Changeset 4003 for trunk/tests/Orm

Show
Ignore:
Timestamp:
03/17/08 13:44:18 (10 months ago)
Author:
romanb
Message:

fixed tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Orm/AllTests.php

    r4002 r4003  
    1010require_once 'Orm/Ticket/AllTests.php'; 
    1111require_once 'Orm/UnitOfWorkTestCase.php'; 
    12 require_once 'Orm/ConfigurableTestCase.php'; 
    1312 
    1413class Orm_AllTests 
     
    2423 
    2524        $suite->addTestSuite('Orm_UnitOfWorkTestCase'); 
    26         $suite->addTestSuite('Orm_ConfigurableTestCase'); 
     25        //$suite->addTestSuite('Orm_ConfigurableTestCase'); 
    2726         
    2827        $suite->addTest(Orm_Component_AllTests::suite());