Changeset 569

Show
Ignore:
Timestamp:
04/27/09 19:37:15 (7 months ago)
Author:
ykerherve
Message:

Test that inflate doesn't mark objects as changed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/t/05-deflate.t

    r537 r569  
    1919} 
    2020 
    21 plan tests => 18; 
     21plan tests => 19; 
    2222 
    2323use Recipe; 
     
    3737 
    3838my $r2 = Recipe->inflate($deflated); 
     39ok ! $r2->is_changed; 
    3940is $r2->recipe_id, $recipe->recipe_id; 
    4041is $r2->title, $recipe->title;