Yet more END block cleanups.

This commit is contained in:
Colin Kuskie 2010-06-15 16:40:06 -07:00
parent 9bc7208c48
commit fecc2bec54
11 changed files with 32 additions and 69 deletions

View file

@ -61,6 +61,7 @@ for my $i ( 0 .. 5 ) {
}
$versionTag->commit;
WebGUI::Test->addToCleanup($versionTag);
#----------------------------------------------------------------------------
# Tests
@ -78,8 +79,4 @@ TODO: {
# Test www_slideshow
#----------------------------------------------------------------------------
# Cleanup
END {
$versionTag->rollback();
}
#vim:ft=perl