Skip to content

Commit

Permalink
update big-hm-rt.t to reflect the change to RT::Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Jul 8, 2009
1 parent a17e632 commit d895e85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/big-hm-rt.t
Original file line number Diff line number Diff line change
Expand Up @@ -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.';
}
Expand All @@ -60,7 +60,6 @@ BEGIN {
plan tests => 17;

# setup the servers {{{
RT::Test->import;
no warnings 'once';
RT::Handle->InsertData( $RT::EtcPath . '/initialdata' );

Expand Down

0 comments on commit d895e85

Please sign in to comment.