From: lpsolit%gmail.com <> Date: Wed, 27 Aug 2008 15:17:56 +0000 (+0000) Subject: Fix bustage in t/007utils.t X-Git-Tag: bugzilla-3.3.1~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e8ed221770ed75e075dba4c652132c0d7674f3;p=thirdparty%2Fbugzilla.git Fix bustage in t/007utils.t --- diff --git a/t/007util.t b/t/007util.t index 5fc02d52cc..dad5dfb02b 100644 --- a/t/007util.t +++ b/t/007util.t @@ -35,7 +35,7 @@ BEGIN { # We need to override user preferences so we can get an expected value when # Bugzilla::Util::format_time() calls ask for the 'timezone' user preference. -Bugzilla->user->settings->{'timezone'}->{'value'} = "local"; +Bugzilla->user->{'settings'}->{'timezone'}->{'value'} = "local"; # We need to know the local timezone for the date chosen in our tests. # Below, tests are run against Nov. 24, 2002.