fix WikiPage test cleanup

This commit is contained in:
Graham Knop 2009-09-20 14:29:54 -05:00
parent 45603a026f
commit 44110cdb00

View file

@ -93,10 +93,3 @@ TODO: {
ok(0, 'Lots and lots to do');
}
END {
# Clean up after thy self
$versionTag->rollback();
$secondVersionTag->rollback();
$thirdVersionTag->rollback();
}