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

@ -36,6 +36,7 @@ my $session = WebGUI::Test->session;
my $root = WebGUI::Test->asset;
my $class = 'WebGUI::Asset::Wobject::Shelf';
my $tag = WebGUI::VersionTag->getWorking($session);
my $shelf = $root->addChild({className => $class});
my $soda = [
@ -78,6 +79,8 @@ $shelf->addChild({
title => 'Shirts',
sku => 't-shirt',
});
$tag->commit;
my $helper = WebGUI::AssetHelper::Product::ExportCSV->new(
id => 'exportProducts',
session => $session,