remove useless test END blocks

This commit is contained in:
Graham Knop 2010-06-09 06:57:29 -05:00
parent 6ec1881a3d
commit 492259c93a
30 changed files with 0 additions and 150 deletions

View file

@ -120,9 +120,4 @@ like( $html, qr{<table[^>]*id="test-container-table"}, "getTableHtml table has I
my $html = $dt->toHtml;
ok( $dt->get( "showEdit" ), "showEdit gets set by toHtml" );
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl

View file

@ -28,12 +28,6 @@ use WebGUI::Form::SelectRichEditor;
my $session = WebGUI::Test->session;
my $root = WebGUI::Asset->getRoot( $session );
#----------------------------------------------------------------------------
# Cleanup
END {
}
#----------------------------------------------------------------------------
# Tests
plan tests => 1;