Changeset 4474
- Timestamp:
- 06/06/08 18:21:57 (13 months ago)
- Files:
-
- 1 modified
-
branches/0.11/tests/run.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/tests/run.php
r4473 r4474 14 14 // If you write a ticket testcase add it to the bottom of the list, with the ticket number in it 15 15 $tickets = new GroupTest('Tickets Tests', 'tickets'); 16 /*17 16 $tickets->addTestCase(new Doctrine_Ticket_Njero_TestCase()); 18 17 $tickets->addTestCase(new Doctrine_Ticket_381_TestCase()); … … 74 73 $tickets->addTestCase(new Doctrine_Ticket_1044_TestCase()); 75 74 $tickets->addTestCase(new Doctrine_Ticket_1071_TestCase()); 76 */77 75 $tickets->addTestCase(new Doctrine_Ticket_1072_TestCase()); 78 76