Make version tags mandatory again.
This commit is contained in:
parent
d0b3be1749
commit
4bfabb9469
94 changed files with 405 additions and 489 deletions
|
|
@ -26,10 +26,13 @@ use WebGUI::Session;
|
|||
# Init
|
||||
my $session = WebGUI::Test->session;
|
||||
|
||||
my $tag = WebGUI::VersionTag->getWorking($session);
|
||||
my $pm = WebGUI::Test->asset(
|
||||
className => 'WebGUI::Asset::Wobject::ProjectManager',
|
||||
groupToAdd => 3,
|
||||
);
|
||||
$tag->commit;
|
||||
$pm = $pm->cloneFromDb;
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue