]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bustage in t/007utils.t
authorlpsolit%gmail.com <>
Wed, 27 Aug 2008 15:17:56 +0000 (15:17 +0000)
committerlpsolit%gmail.com <>
Wed, 27 Aug 2008 15:17:56 +0000 (15:17 +0000)
t/007util.t

index 5fc02d52ccb89f4905b014ce4c04c41c46c47657..dad5dfb02b1602a3929d4e93ba03ee88ddc4feff 100644 (file)
@@ -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.