From 42015a38c0233cc23542c78f238257302bd3d3b5 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 20 May 2010 16:05:58 -0700 Subject: [PATCH] Update the test to ignore the old database column, and to add new properties returned by get. --- t/Asset/Wobject/EventManagementSystem.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/Asset/Wobject/EventManagementSystem.t b/t/Asset/Wobject/EventManagementSystem.t index 10341bd7c..204bce789 100644 --- a/t/Asset/Wobject/EventManagementSystem.t +++ b/t/Asset/Wobject/EventManagementSystem.t @@ -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"