Yet more END block cleanups.
This commit is contained in:
parent
9bc7208c48
commit
fecc2bec54
11 changed files with 32 additions and 69 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue