Changeset 5093
- Timestamp:
- 10/15/08 21:10:34 (9 months ago)
- Location:
- branches
- Files:
-
- 2 modified
-
1.0/tests/Ticket/1341TestCase.php (modified) (1 diff)
-
1.1/tests/Ticket/1341TestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/tests/Ticket/1341TestCase.php
r5092 r5093 60 60 ), 61 61 )); 62 $q = Doctrine_Query::create() 63 ->from('Ticket_1341_User u') 64 ->leftJoin('u.Profile p'); 65 $users = $q->execute(); 62 66 } catch (Exception $e) { 63 67 $this->fail($e->getMessage()); -
branches/1.1/tests/Ticket/1341TestCase.php
r5092 r5093 60 60 ), 61 61 )); 62 $q = Doctrine_Query::create() 63 ->from('Ticket_1341_User u') 64 ->leftJoin('u.Profile p'); 65 $users = $q->execute(); 62 66 } catch (Exception $e) { 63 67 $this->fail($e->getMessage());