Show
Ignore:
Timestamp:
07/23/08 22:21:13 (6 months ago)
Author:
guilhermeblanco
Message:

Fixes #1268 and fixes #1260. Fixed test case of #1250. Updated documentation to support changes. Remove BC break of fetchTree and also Pager is now aware of Hydration mode defined in Query object.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/tests/Ticket/1250TestCase.php

    r4688 r4706  
    4040     try { 
    4141        $r = new Doctrine_Ticket_1250_i18n(); 
     42        // This is needed since all fields are internationalized. 
     43        // Reason for not fixing that is BC. Manual describes this behavior very well 
     44        $r->state('TDIRTY'); 
    4245        $r->Translation['en']->title = 'Title in english'; 
    4346        $r->Translation['en']->content = 'Content in english';