--- branches/no-pager/t/11-frey-html.t 2008/12/06 14:35:15 737 +++ branches/no-pager/t/11-frey-html.t 2008/12/06 15:29:10 738 @@ -14,8 +14,8 @@ } ok( my $o = Frey::HTML->new( html => '

demo

'), 'new' ); -is( $o->xhtml, '

demo

', 'xhtml' ); +is( $o->cleanup_as_markup, '

demo

', 'cleanup_as_markup' ); ok( $o = Frey::HTML->new( html => '

demo

'), 'new garbage' ); -is( $o->xhtml, '

demo

', 'xhtml removed attributes' ); +is( $o->cleanup_as_markup, '

demo

', 'cleanup_as_markup removed attributes' );