Changeset 3629

Show
Ignore:
Timestamp:
01/25/08 04:44:04 (18 months ago)
Author:
dbrewer
Message:

#749: added test case to demonstrate issue with column aggregation
inheritance in 0.9 branch.

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

Legend:

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

    r3557 r3629  
    1919$tickets->addTestCase(new Doctrine_Ticket_583_TestCase()); 
    2020$tickets->addTestCase(new Doctrine_Ticket_741_TestCase()); 
     21$tickets->addTestCase(new Doctrine_Ticket_749_TestCase()); 
    2122//If you write a ticket testcase add it here like shown above! 
    2223$test->addTestCase($tickets);