Changeset 569
- Timestamp:
- 04/27/09 19:37:15 (7 months ago)
- Files:
-
- 1 modified
-
trunk/t/05-deflate.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/05-deflate.t
r537 r569 19 19 } 20 20 21 plan tests => 1 8;21 plan tests => 19; 22 22 23 23 use Recipe; … … 37 37 38 38 my $r2 = Recipe->inflate($deflated); 39 ok ! $r2->is_changed; 39 40 is $r2->recipe_id, $recipe->recipe_id; 40 41 is $r2->title, $recipe->title;
