convert all cleanup methods to addToCleanup

This commit is contained in:
Graham Knop 2010-06-10 08:59:18 -05:00
parent 0ef509374f
commit b832deecd1
86 changed files with 198 additions and 315 deletions

View file

@ -33,7 +33,7 @@ my $article = WebGUI::Asset->getImportNode( $session )->addChild( {
title => 'title',
menuTitle => 'menuTitle',
} );
WebGUI::Test->tagsToRollback(
WebGUI::Test->addToCleanup(
WebGUI::VersionTag->getWorking( $session ),
);