[Rt-commit] r2839 - in rt/branches/QUEBEC-EXPERIMENTAL: .
lib/t/regression
jesse at bestpractical.com
jesse at bestpractical.com
Fri May 6 16:40:46 EDT 2005
Author: jesse
Date: Fri May 6 16:40:45 2005
New Revision: 2839
Modified:
rt/branches/QUEBEC-EXPERIMENTAL/ (props changed)
rt/branches/QUEBEC-EXPERIMENTAL/lib/t/regression/01ticket_link_searching.t
rt/branches/QUEBEC-EXPERIMENTAL/lib/t/regression/19-rtname.t
Log:
r15833 at hualien: jesse | 2005-05-06 16:34:24 -0400
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/QUEBEC-EXPERIMENTAL/lib/t/regression/01ticket_link_searching.t
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/t/regression/01ticket_link_searching.t (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/t/regression/01ticket_link_searching.t Fri May 6 16:40:45 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/QUEBEC-EXPERIMENTAL/lib/t/regression/19-rtname.t
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/t/regression/19-rtname.t (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/t/regression/19-rtname.t Fri May 6 16:40:45 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