[Bps-public-commit] SD branch, master, updated. a17e63284f41ebe19900943c524612927010d00e
jesse
jesse at bestpractical.com
Tue Jul 7 18:02:28 EDT 2009
The branch, master has been updated
via a17e63284f41ebe19900943c524612927010d00e (commit)
via e9935402d19dc1b9f6b1890b2182b49cc3ef46d5 (commit)
from da8b6b77990621edbac8ed91e11841d96b92c82e (commit)
Summary of changes:
t/sd-rt/sd-rt-hm-single.t | 2 --
t/sd-rt/sd-rt-hm.t | 1 -
t/sd-rt/sd-rt-n-foreign-sync.t | 3 +--
3 files changed, 1 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit e9935402d19dc1b9f6b1890b2182b49cc3ef46d5
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Jul 7 17:52:01 2009 -0400
Failing tests were masked by a change to how we call RT
diff --git a/t/sd-rt/sd-rt-hm.t b/t/sd-rt/sd-rt-hm.t
index 2a6e5a7..b745c68 100644
--- a/t/sd-rt/sd-rt-hm.t
+++ b/t/sd-rt/sd-rt-hm.t
@@ -27,7 +27,6 @@ BEGIN {
plan tests => 10;
-RT::Test->import();
no warnings 'once';
commit a17e63284f41ebe19900943c524612927010d00e
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Jul 7 18:00:01 2009 -0400
make test files now run partially to unmask test failures.
diff --git a/t/sd-rt/sd-rt-hm-single.t b/t/sd-rt/sd-rt-hm-single.t
index 94be3fe..b080baf 100644
--- a/t/sd-rt/sd-rt-hm-single.t
+++ b/t/sd-rt/sd-rt-hm-single.t
@@ -27,8 +27,6 @@ BEGIN {
plan tests => 9;
-RT::Test->import();
-
no warnings 'once';
RT::Handle->InsertData( $RT::EtcPath . '/initialdata' );
diff --git a/t/sd-rt/sd-rt-n-foreign-sync.t b/t/sd-rt/sd-rt-n-foreign-sync.t
index 88a270b..8baba2a 100644
--- a/t/sd-rt/sd-rt-n-foreign-sync.t
+++ b/t/sd-rt/sd-rt-n-foreign-sync.t
@@ -12,7 +12,7 @@ use Prophet::Test;
use App::SD::Test;
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.';
}
@@ -29,7 +29,6 @@ BEGIN {
plan tests => 11;
-RT::Test->import;
use RT::Client::REST;
use RT::Client::REST::Ticket;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list