[Rt-commit] r14373 - in rt/branches/3.999-DANGEROUS: t t/shredder

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Jul 22 09:11:14 EDT 2008


Author: sunnavy
Date: Tue Jul 22 09:11:13 2008
New Revision: 14373

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/t/00-mason-syntax.t
   rt/branches/3.999-DANGEROUS/t/shredder/00skeleton.t
   rt/branches/3.999-DANGEROUS/t/shredder/01basics.t
   rt/branches/3.999-DANGEROUS/t/shredder/01ticket.t
   rt/branches/3.999-DANGEROUS/t/shredder/02group_member.t
   rt/branches/3.999-DANGEROUS/t/shredder/02queue.t
   rt/branches/3.999-DANGEROUS/t/shredder/02template.t
   rt/branches/3.999-DANGEROUS/t/shredder/02user.t
   rt/branches/3.999-DANGEROUS/t/shredder/03plugin.t
   rt/branches/3.999-DANGEROUS/t/shredder/03plugin_summary.t
   rt/branches/3.999-DANGEROUS/t/shredder/03plugin_tickets.t
   rt/branches/3.999-DANGEROUS/t/shredder/03plugin_users.t

Log:
 r14824 at sunnavys-mb:  sunnavy | 2008-07-22 21:10:56 +0800
 removed redundant `use RT::Test` string


Modified: rt/branches/3.999-DANGEROUS/t/00-mason-syntax.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/00-mason-syntax.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/00-mason-syntax.t	Tue Jul 22 09:11:13 2008
@@ -4,7 +4,6 @@
 use warnings;
 
 use RT::Test; use Test::More tests => 1;
-use RT::Test ();
 
 my $ok = 1;
 

Modified: rt/branches/3.999-DANGEROUS/t/shredder/00skeleton.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/00skeleton.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/00skeleton.t	Tue Jul 22 09:11:13 2008
@@ -6,7 +6,6 @@
 use RT::Test; use Test::More;
 use Test::Deep;
 use File::Spec;
-use RT::Test ();
 BEGIN {
     my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
         File::Spec->curdir());

Modified: rt/branches/3.999-DANGEROUS/t/shredder/01basics.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/01basics.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/01basics.t	Tue Jul 22 09:11:13 2008
@@ -5,7 +5,6 @@
 
 use RT::Test; use Test::More;
 use File::Spec;
-use RT::Test ();
 BEGIN {
     my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
         File::Spec->curdir());

Modified: rt/branches/3.999-DANGEROUS/t/shredder/01ticket.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/01ticket.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/01ticket.t	Tue Jul 22 09:11:13 2008
@@ -6,7 +6,6 @@
 use RT::Test; use Test::More;
 use Test::Deep;
 use File::Spec;
-use RT::Test ();
 
 plan tests => 15;
 

Modified: rt/branches/3.999-DANGEROUS/t/shredder/02group_member.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/02group_member.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/02group_member.t	Tue Jul 22 09:11:13 2008
@@ -6,7 +6,6 @@
 use RT::Test; use Test::More;
 use Test::Deep;
 use File::Spec;
-use RT::Test ();
 BEGIN {
     my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
         File::Spec->curdir());

Modified: rt/branches/3.999-DANGEROUS/t/shredder/02queue.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/02queue.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/02queue.t	Tue Jul 22 09:11:13 2008
@@ -6,7 +6,6 @@
 use RT::Test; use Test::More;
 use Test::Deep;
 use File::Spec;
-use RT::Test ();
 BEGIN {
     my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
         File::Spec->curdir());

Modified: rt/branches/3.999-DANGEROUS/t/shredder/02template.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/02template.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/02template.t	Tue Jul 22 09:11:13 2008
@@ -6,7 +6,6 @@
 use RT::Test; use Test::More;
 use Test::Deep;
 use File::Spec;
-use RT::Test ();
 BEGIN {
     my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
         File::Spec->curdir());

Modified: rt/branches/3.999-DANGEROUS/t/shredder/02user.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/02user.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/02user.t	Tue Jul 22 09:11:13 2008
@@ -6,7 +6,6 @@
 use RT::Test; use Test::More;
 use Test::Deep;
 use File::Spec;
-use RT::Test ();
 BEGIN {
     my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
         File::Spec->curdir());

Modified: rt/branches/3.999-DANGEROUS/t/shredder/03plugin.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/03plugin.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/03plugin.t	Tue Jul 22 09:11:13 2008
@@ -6,7 +6,6 @@
 use RT::Test; use Test::More;
 use Test::Deep;
 use File::Spec;
-use RT::Test ();
 BEGIN {
     my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
         File::Spec->curdir());

Modified: rt/branches/3.999-DANGEROUS/t/shredder/03plugin_summary.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/03plugin_summary.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/03plugin_summary.t	Tue Jul 22 09:11:13 2008
@@ -6,7 +6,6 @@
 use RT::Test; use Test::More;
 use Test::Deep;
 use File::Spec;
-use RT::Test ();
 BEGIN {
     my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
         File::Spec->curdir());

Modified: rt/branches/3.999-DANGEROUS/t/shredder/03plugin_tickets.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/03plugin_tickets.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/03plugin_tickets.t	Tue Jul 22 09:11:13 2008
@@ -6,7 +6,6 @@
 use RT::Test; use Test::More;
 use Test::Deep;
 use File::Spec;
-use RT::Test ();
 BEGIN {
     my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
         File::Spec->curdir());

Modified: rt/branches/3.999-DANGEROUS/t/shredder/03plugin_users.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/shredder/03plugin_users.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/shredder/03plugin_users.t	Tue Jul 22 09:11:13 2008
@@ -6,7 +6,6 @@
 use RT::Test; use Test::More;
 use Test::Deep;
 use File::Spec;
-use RT::Test ();
 BEGIN {
     my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
         File::Spec->curdir());


More information about the Rt-commit mailing list