[Bps-public-commit] SD branch, master, updated. d895e8502b5635a79cd974fb53d2a05d84c0d99f

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Jul 7 20:51:35 EDT 2009


The branch, master has been updated
       via  d895e8502b5635a79cd974fb53d2a05d84c0d99f (commit)
      from  a17e63284f41ebe19900943c524612927010d00e (commit)

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

- Log -----------------------------------------------------------------
commit d895e8502b5635a79cd974fb53d2a05d84c0d99f
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jul 8 08:51:27 2009 +0800

    update big-hm-rt.t to reflect the change to RT::Test

diff --git a/t/big-hm-rt.t b/t/big-hm-rt.t
index a3b4bb4..ca14edb 100644
--- a/t/big-hm-rt.t
+++ b/t/big-hm-rt.t
@@ -34,7 +34,7 @@ BEGIN {
 # }}}
 # do we have HM and RT? {{{
 BEGIN {
-    unless (eval 'use RT::Test (); 1') {
+    unless (eval 'use RT::Test tests => "no_declare"; 1') {
         diag $@;
         plan skip_all => 'requires RT 3.8 to run tests.';
     }
@@ -60,7 +60,6 @@ BEGIN {
 plan tests => 17;
 
 # setup the servers {{{
-RT::Test->import;
 no warnings 'once';
 RT::Handle->InsertData( $RT::EtcPath . '/initialdata' );
 

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



More information about the Bps-public-commit mailing list