commit the version tag
This commit is contained in:
parent
99acfb2088
commit
4140d217e6
1 changed files with 7 additions and 6 deletions
|
|
@ -31,12 +31,7 @@ my $image
|
|||
= $node->addChild({
|
||||
className => "WebGUI::Asset::File::Image",
|
||||
});
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Cleanup
|
||||
END {
|
||||
$versionTag->rollback();
|
||||
}
|
||||
$versionTag->commit;
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Tests
|
||||
|
|
@ -60,3 +55,9 @@ ok(
|
|||
"Thumbnail file exists on the filesystem",
|
||||
);
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Cleanup
|
||||
END {
|
||||
$versionTag->rollback();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue