diff options
author | lpsolit%gmail.com <> | 2008-08-27 15:17:56 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-27 15:17:56 +0000 |
commit | 75e8ed221770ed75e075dba4c652132c0d7674f3 (patch) | |
tree | a6e208abf5992c7b7878106601661149c6db23c0 /t | |
parent | 615cfb88c1aae1f8372b323e9c53a84d8c9146fe (diff) | |
download | bugs-75e8ed221770ed75e075dba4c652132c0d7674f3.tar bugs-75e8ed221770ed75e075dba4c652132c0d7674f3.tar.gz bugs-75e8ed221770ed75e075dba4c652132c0d7674f3.tar.bz2 bugs-75e8ed221770ed75e075dba4c652132c0d7674f3.tar.xz bugs-75e8ed221770ed75e075dba4c652132c0d7674f3.zip |
Fix bustage in t/007utils.t
Diffstat (limited to 't')
-rw-r--r-- | t/007util.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/007util.t b/t/007util.t index 5fc02d52c..dad5dfb02 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. |