Update the test to ignore the old database column, and to add new properties returned by get.
This commit is contained in:
parent
9e50f5e8c2
commit
42015a38c0
1 changed files with 3 additions and 1 deletions
|
|
@ -310,7 +310,6 @@ $templateMock->mock('process', sub { $templateVars = $_[1]; } );
|
|||
'stateChangedBy' => ignore(),
|
||||
'lineage' => ignore(),
|
||||
'className' => 'WebGUI::Asset::Wobject::EventManagementSystem',
|
||||
'groupToApproveEvents' => ignore(),
|
||||
'lastModified' => ignore(),
|
||||
'title' => 'Test EMS',
|
||||
'groupIdView' => ignore(),
|
||||
|
|
@ -346,6 +345,9 @@ $templateMock->mock('process', sub { $templateVars = $_[1]; } );
|
|||
'eventSubmissionQueueTemplateId' => ignore(),
|
||||
'eventSubmissionTemplateId' => ignore(),
|
||||
'submittedLocationsList' => ignore(),
|
||||
'keywords' => ignore(),
|
||||
'session' => ignore(),
|
||||
'uiLevel' => ignore(),
|
||||
'tickets_loop' => \@ticketArray,
|
||||
},
|
||||
"www_printRemainingTickets: template variables valid"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue