[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-827-g1e87c46

Chia-liang Kao clkao at bestpractical.com
Mon Sep 20 04:27:10 EDT 2010


The branch, 3.9-trunk has been updated
       via  1e87c46e5dee52363817f556f3ea22555ae31676 (commit)
      from  fbd5c514a0e2996c09171c106f8f872f8429bab8 (commit)

Summary of changes:
 t/approval/basic.t |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 1e87c46e5dee52363817f556f3ea22555ae31676
Author: Chia-liang Kao <clkao at bestpractical.com>
Date:   Mon Sep 20 16:29:55 2010 +0800

    no test server required for approval/basic.t

diff --git a/t/approval/basic.t b/t/approval/basic.t
index 5e2670d..c99538a 100644
--- a/t/approval/basic.t
+++ b/t/approval/basic.t
@@ -4,14 +4,13 @@ use RT::Test tests => undef;
 BEGIN {
     plan skip_all => 'Email::Abstract and Test::Email required.'
         unless eval { require Email::Abstract; require Test::Email; 1 };
-    plan tests => 39;
+    plan tests => 38;
 }
 
 use RT::Test::Email;
 
 RT->Config->Set( LogToScreen => 'debug' );
 RT->Config->Set( UseTransactionBatch => 1 );
-my ($baseurl, $m) = RT::Test->started_ok;
 
 my $q = RT::Queue->new($RT::SystemUser);
 $q->Load('___Approvals');

-----------------------------------------------------------------------


More information about the Rt-commit mailing list