Changeset 4334

Show
Ignore:
Timestamp:
05/04/08 08:50:08 (8 months ago)
Author:
romanb
Message:

Fixed #1015. The dql parser is currently case-sensitive. you need to use WITH in the join.

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

Legend:

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

    r4302 r4334  
    6565$tickets->addTestCase(new Doctrine_Ticket_982_TestCase()); 
    6666$tickets->addTestCase(new Doctrine_Ticket_987_TestCase()); 
     67$tickets->addTestCase(new Doctrine_Ticket_1015_TestCase()); 
    6768$test->addTestCase($tickets); 
    6869