Changeset 3533

Show
Ignore:
Timestamp:
01/17/08 11:43:31 (18 months ago)
Author:
ppetermann
Message:

Added Testcase for 736

Location:
branches/0.10/tests
Files:
1 added
1 modified

Legend:

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

    r3434 r3533  
    2727$tickets->addTestCase(new Doctrine_Ticket_626D_TestCase()); 
    2828$tickets->addTestCase(new Doctrine_Ticket_697_TestCase()); 
     29$tickets->addTestCase(new Doctrine_Ticket_736_TestCase()); 
    2930$test->addTestCase($tickets); 
    3031