Make version tags mandatory again.

This commit is contained in:
Colin Kuskie 2011-10-25 19:44:58 -07:00
parent d0b3be1749
commit 4bfabb9469
94 changed files with 405 additions and 489 deletions

View file

@ -32,6 +32,7 @@ $session->user({ userId => 3 });
my $output;
my $node = WebGUI::Asset->getImportNode($session);
my $root = WebGUI::Asset->getRoot( $session );
my $tag = WebGUI::VersionTag->getWorking($session);
my $top = $node->addChild({
className => 'WebGUI::Asset::Wobject::Layout',
title => 'Top',
@ -52,6 +53,7 @@ my $grand = $child->addChild({
groupIdView => '7',
});
WebGUI::Test->addToCleanup( $top );
$tag->commit;
my $dir = File::Temp->newdir;
WebGUI::Test->originalConfig( "exportPath" );