diff options
author | ivan <ivan> | 2008-03-02 04:11:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-02 04:11:51 +0000 |
commit | c648976f0b7975f2328ebd7ba8c711fad0ca4195 (patch) | |
tree | f3d176ec300a46c253ba25a988b897bce02fe174 /rt/lib/t/regression/22search_tix_by_txn.t | |
parent | 5e05724a635a22776f1b973f5d7e77989da4e048 (diff) | |
parent | 8103c1fc1b2c27a6855feadf26f91b980a54bc52 (diff) |
This commit was generated by cvs2svn to compensate for changes in r6255,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/lib/t/regression/22search_tix_by_txn.t')
-rw-r--r-- | rt/lib/t/regression/22search_tix_by_txn.t | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rt/lib/t/regression/22search_tix_by_txn.t b/rt/lib/t/regression/22search_tix_by_txn.t index f43fc6401..bec61b5ad 100644 --- a/rt/lib/t/regression/22search_tix_by_txn.t +++ b/rt/lib/t/regression/22search_tix_by_txn.t @@ -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 @@ is($txnobj->CreatedObj->ISO,'2005-08-05 20:00:56'); $tix->FromSQL(qq{Updated = "2005-08-05" AND Subject = "$SUBJECT"}); is( $tix->Count, 1); -exit 0; |