From 7f735c0ea1ab862e3b8044099cf0c485cb5d8bbb Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 13 Jan 2011 11:41:41 -0800 Subject: [PATCH] 'nother leaky test. --- t/AssetHelper/ExportHtml.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/AssetHelper/ExportHtml.t b/t/AssetHelper/ExportHtml.t index 7004f20b5..f7163959e 100644 --- a/t/AssetHelper/ExportHtml.t +++ b/t/AssetHelper/ExportHtml.t @@ -51,9 +51,7 @@ my $grand = $child->addChild({ description => 'This is some content', groupIdView => '7', }); -my $tag = WebGUI::VersionTag->getWorking( $session ); -$tag->commit; -addToCleanup( $tag ); +WebGUI::Test->addToCleanup( $top ); my $dir = File::Temp->newdir; WebGUI::Test->originalConfig( "exportPath" );