[Bps-public-commit] SD branch, master, updated. c03378a8201dabe73a0f56fda4d705169cd7de28
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Jul 7 21:01:40 EDT 2009
The branch, master has been updated
via c03378a8201dabe73a0f56fda4d705169cd7de28 (commit)
from d895e8502b5635a79cd974fb53d2a05d84c0d99f (commit)
Summary of changes:
t/big-hm-rt.t | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c03378a8201dabe73a0f56fda4d705169cd7de28
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Jul 8 09:01:33 2009 +0800
revert the change to big-hm-rt.t
diff --git a/t/big-hm-rt.t b/t/big-hm-rt.t
index ca14edb..a3b4bb4 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 tests => "no_declare"; 1') {
+ unless (eval 'use RT::Test (); 1') {
diag $@;
plan skip_all => 'requires RT 3.8 to run tests.';
}
@@ -60,6 +60,7 @@ 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