commit the version tag

This commit is contained in:
Colin Kuskie 2007-12-21 17:25:10 +00:00
parent 99acfb2088
commit 4140d217e6

View file

@ -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();
}