diff options
author | ivan <ivan> | 2008-03-02 04:06:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-02 04:06:06 +0000 |
commit | 5e05724a635a22776f1b973f5d7e77989da4e048 (patch) | |
tree | 8c9155a06d82fd0fac65300ce8ca8f51e73d6afc /rt/lib/t/regression/22search_tix_by_txn.t | |
parent | 807bc6bf91e6208fd40bcdf99ce4c0149c2598d2 (diff) | |
parent | 9c68254528b6f2c7d8c1921b452fa56064783782 (diff) |
This commit was generated by cvs2svn to compensate for changes in r6252,
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, 4 insertions, 2 deletions
diff --git a/rt/lib/t/regression/22search_tix_by_txn.t b/rt/lib/t/regression/22search_tix_by_txn.t index bec61b5ad..f43fc6401 100644 --- a/rt/lib/t/regression/22search_tix_by_txn.t +++ b/rt/lib/t/regression/22search_tix_by_txn.t @@ -3,9 +3,10 @@ use warnings; use strict; -use Test::More tests => 10; +#use Test::More tests => 26; +use Test::More qw/no_plan/; -BEGIN{ $ENV{'TZ'} = 'GMT'}; +$ENV{'TZ'} = 'GMT'; use RT; RT::LoadConfig(); @@ -36,3 +37,4 @@ 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; |