[Rt-commit] r4383 - in rt/branches/3.4-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Thu Jan 12 10:48:04 EST 2006
Author: jesse
Date: Thu Jan 12 10:48:03 2006
New Revision: 4383
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_txn.t
Log:
r22369 at truegrounds: jesse | 2006-01-12 16:23:48 +0100
* Forced timezone for a date test to GMT, since it's searching on subjective dates
Modified: rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_txn.t
==============================================================================
--- rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_txn.t (original)
+++ rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_txn.t Thu Jan 12 10:48:03 2006
@@ -1,6 +1,6 @@
#use Test::More tests => 26;
use Test::More qw/no_plan/;
-
+$ENV{'TZ'} = 'GMT';
use RT;
RT::LoadConfig();
RT::Init();
More information about the Rt-commit
mailing list