making tests work
This commit is contained in:
parent
69a997aff9
commit
9c2980404f
10 changed files with 35 additions and 62 deletions
|
|
@ -340,6 +340,12 @@ $templateMock->mock('process', sub { $templateVars = $_[1]; } );
|
|||
'tokenInstructions' => ignore(),
|
||||
'printableStyleTemplateId' => ignore(),
|
||||
'ticketInstructions' => ignore(),
|
||||
'eventSubmissionGroups' => ignore(),
|
||||
'eventSubmissionMainTemplateId' => ignore(),
|
||||
'eventSubmissionQueueTemplateId' => ignore(),
|
||||
'eventSubmissionTemplateId' => ignore(),
|
||||
'nextSubmissionId' => ignore(),
|
||||
'submittedLocationsList' => ignore(),
|
||||
'tickets_loop' => \@ticketArray,
|
||||
},
|
||||
"www_printRemainingTickets: template variables valid"
|
||||
|
|
|
|||
|
|
@ -72,8 +72,7 @@ sub create {
|
|||
my $tag = WebGUI::VersionTag->getWorking($session);
|
||||
$tag->commit;
|
||||
WebGUI::Test->tagsToRollback($tag);
|
||||
# WebGUI::Test->assetsToPurge($instance,$workflow); -- does not work...
|
||||
push @cleanup, $instance, $workflow,
|
||||
WebGUI::Test->workflowsToDelete($instance,$workflow);
|
||||
|
||||
return bless { instance => $instance,
|
||||
session => $session,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue