[Rt-commit] r2783 - in rt/branches/3.4-RELEASE: . lib/t/regression

jesse at bestpractical.com jesse at bestpractical.com
Tue Apr 19 17:05:21 EDT 2005


Author: jesse
Date: Tue Apr 19 17:05:21 2005
New Revision: 2783

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/t/regression/01ticket_link_searching.t
   rt/branches/3.4-RELEASE/lib/t/regression/19-rtname.t
Log:
 r13834 at hualien:  jesse | 2005-04-19 17:03:40 -0400
 RT-Ticket: 6617
 RT-Status: resolve
 RT-Update: correspond
 
 Removed some spurious use lib lines from the test suite. Thanks to Dave Rolsky.
 
 


Modified: rt/branches/3.4-RELEASE/lib/t/regression/01ticket_link_searching.t
==============================================================================
--- rt/branches/3.4-RELEASE/lib/t/regression/01ticket_link_searching.t	(original)
+++ rt/branches/3.4-RELEASE/lib/t/regression/01ticket_link_searching.t	Tue Apr 19 17:05:21 2005
@@ -1,6 +1,5 @@
 #!/usr/bin/perl -w
 
-use lib qw(/opt/rt3/lib);
 use Test::More tests => 25;
 use strict;
 use RT;

Modified: rt/branches/3.4-RELEASE/lib/t/regression/19-rtname.t
==============================================================================
--- rt/branches/3.4-RELEASE/lib/t/regression/19-rtname.t	(original)
+++ rt/branches/3.4-RELEASE/lib/t/regression/19-rtname.t	Tue Apr 19 17:05:21 2005
@@ -1,8 +1,6 @@
 #!/usr/bin/perl
 use strict;
 use warnings;
-use lib "/opt/rt3.4/lib";
-use lib "/opt/rt3.4/local/lib";
 use Test::More qw/no_plan/;
 
 use_ok("RT");


More information about the Rt-commit mailing list