Changeset 1392
- Timestamp:
- 08/19/06 15:58:21
- Files:
-
- trunk/plagger/t/plugins/Widget-Simple/base.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/t/plugins/Widget-Simple/base.t
r1359 r1392 8 8 my $block = shift; 9 9 my $context = $block->input; 10 no warnings 'redefine'; 11 local *Plagger::context = sub { $context }; # xxx 10 Plagger->set_context($context); 12 11 my $entry = $context->update->feeds->[0]->entries->[0]; 13 12 is $entry->widgets->[0]->html($entry), $block->expected, $block->name;
