[Rt-commit] r5091 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Tue Apr 25 08:45:48 EDT 2006
Author: ruz
Date: Tue Apr 25 08:45:39 2006
New Revision: 5091
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/t/regression/26command_line.t
Log:
r2169 at cubic-pc (orig r4755): kevinr | 2006-03-14 05:49:47 +0300
r11461 at SAD-GIRL-IN-SNOW: kevinr | 2006-03-13 21:20:26 -0500
* Tweaked my new CLI tests to handle servers and ports which are not localhost
and 80, respectively, a la Todd Chapman's patch.
Modified: rt/branches/3.7-EXPERIMENTAL/lib/t/regression/26command_line.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/t/regression/26command_line.t (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/t/regression/26command_line.t Tue Apr 25 08:45:39 2006
@@ -32,7 +32,7 @@
# - RTPASSWD
$ENV{'RTPASSWD'} = 'password';
# - RTSERVER
-$ENV{'RTSERVER'} = 'http://localhost:80/';
+$ENV{'RTSERVER'} = "$RT::WebBaseURL";
# - RTDEBUG Numeric debug level. (Set to 3 for full logs.)
$ENV{'RTDEBUG'} = '3';
# - RTCONFIG Specifies a name other than ".rtrc" for the
More information about the Rt-commit
mailing list