Changeset 4473

Show
Ignore:
Timestamp:
06/06/08 18:18:19 (13 months ago)
Author:
jwage
Message:

Adding new test cases.

Location:
branches/0.11/tests
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/tests/run.php

    r4472 r4473  
    1414// If you write a ticket testcase add it to the bottom of the list, with the ticket number in it 
    1515$tickets = new GroupTest('Tickets Tests', 'tickets'); 
     16/* 
    1617$tickets->addTestCase(new Doctrine_Ticket_Njero_TestCase()); 
    1718$tickets->addTestCase(new Doctrine_Ticket_381_TestCase()); 
     
    4647$tickets->addTestCase(new Doctrine_Ticket_941_TestCase()); 
    4748$tickets->addTestCase(new Doctrine_Ticket_930_TestCase()); 
    48 $tickets->addTestCase(new Doctrine_Ticket_1099_TestCase()); 
    4949$tickets->addTestCase(new Doctrine_Ticket_NewTicket_TestCase()); 
    5050 
     
    7272$tickets->addTestCase(new Doctrine_Ticket_1015_TestCase()); 
    7373$tickets->addTestCase(new Doctrine_Ticket_1028_TestCase()); 
     74$tickets->addTestCase(new Doctrine_Ticket_1044_TestCase()); 
    7475$tickets->addTestCase(new Doctrine_Ticket_1071_TestCase()); 
    75 $tickets->addTestCase(new Doctrine_Ticket_1044_TestCase()); 
     76*/ 
     77$tickets->addTestCase(new Doctrine_Ticket_1072_TestCase()); 
     78 
     79//$tickets->addTestCase(new Doctrine_Ticket_1099_TestCase()); 
    7680$test->addTestCase($tickets); 
    7781