all tests run individually
This commit is contained in:
parent
1866c593ea
commit
6931fd471e
25 changed files with 157 additions and 159 deletions
|
|
@ -44,6 +44,7 @@ my $node = WebGUI::Asset->getImportNode($session);
|
|||
# Create a version tag to work in
|
||||
my $versionTag = WebGUI::VersionTag->getWorking($session);
|
||||
$versionTag->set({name=>"EventManagementSystem Test"});
|
||||
my %tag = ( tagId => $versionTag->getId, status => "pending" );
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Tests
|
||||
|
|
@ -67,7 +68,8 @@ my $ems = $node->addChild({
|
|||
url => '/test-ems',
|
||||
workflowIdCommit => 'pbworkflow000000000003', # Commit Content Immediately
|
||||
registrationStaffGroupId => $registrars->getId,
|
||||
groupIdView => $attendees->getId
|
||||
groupIdView => $attendees->getId,
|
||||
%tag
|
||||
});
|
||||
$versionTag->commit;
|
||||
WebGUI::Test->addToCleanup($versionTag);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue