[Rt-commit] r6809 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Fri Jan 26 04:15:03 EST 2007


Author: jesse
Date: Fri Jan 26 04:15:02 2007
New Revision: 6809

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_txn.t

Log:
 r21344 at hualien:  jesse | 2007-01-26 17:14:09 +0800
 *  Test script 22: search tix by txn had no plan and failed in asian timezones due to a startup precedence bug


Modified: rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_txn.t
==============================================================================
--- rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_txn.t	(original)
+++ rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_txn.t	Fri Jan 26 04:15:02 2007
@@ -3,10 +3,9 @@
 use warnings;
 use strict;
 
-#use Test::More tests => 26;
-use Test::More qw/no_plan/;
+use Test::More tests => 10;
 
-$ENV{'TZ'} = 'GMT';
+BEGIN{ $ENV{'TZ'} = 'GMT'};
 
 use RT;
 RT::LoadConfig();
@@ -37,4 +36,3 @@
 $tix->FromSQL(qq{Updated = "2005-08-05" AND Subject = "$SUBJECT"});
 is( $tix->Count, 1);
 
-exit 0;


More information about the Rt-commit mailing list