removed END block
This commit is contained in:
parent
906353ccc7
commit
c804acebc9
1 changed files with 3 additions and 6 deletions
|
|
@ -33,6 +33,9 @@ my $article = WebGUI::Asset->getImportNode( $session )->addChild( {
|
||||||
title => 'title',
|
title => 'title',
|
||||||
menuTitle => 'menuTitle',
|
menuTitle => 'menuTitle',
|
||||||
} );
|
} );
|
||||||
|
WebGUI::Test->tagsToRollback(
|
||||||
|
WebGUI::VersionTag->getWorking( $session ),
|
||||||
|
);
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Tests
|
# Tests
|
||||||
|
|
@ -224,10 +227,4 @@ cmp_deeply (
|
||||||
"Index has correct information"
|
"Index has correct information"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
|
||||||
# Cleanup
|
|
||||||
END {
|
|
||||||
WebGUI::VersionTag->getWorking( $session )->rollback;
|
|
||||||
}
|
|
||||||
#vim:ft=perl
|
#vim:ft=perl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue