Make version tags mandatory again.
This commit is contained in:
parent
d0b3be1749
commit
4bfabb9469
94 changed files with 405 additions and 489 deletions
|
|
@ -22,7 +22,10 @@ use Data::Dumper;
|
|||
my $session = WebGUI::Test->session;
|
||||
|
||||
# put your tests here
|
||||
my $tag = WebGUI::VersionTag->getWorking($session);
|
||||
my $home = WebGUI::Test->asset;
|
||||
$tag->commit;
|
||||
$home = $home->cloneFromDb;
|
||||
|
||||
isa_ok($home, "WebGUI::Asset");
|
||||
my $keyword = WebGUI::Keyword->new($session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue