[Rt-commit] r4755 - in rt/branches/3.5-TESTING: lib/t/regression

kevinr at bestpractical.com kevinr at bestpractical.com
Mon Mar 13 21:49:48 EST 2006


Author: kevinr
Date: Mon Mar 13 21:49:47 2006
New Revision: 4755

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/lib/t/regression/26command_line.t

Log:
 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.5-TESTING/lib/t/regression/26command_line.t
==============================================================================
--- rt/branches/3.5-TESTING/lib/t/regression/26command_line.t	(original)
+++ rt/branches/3.5-TESTING/lib/t/regression/26command_line.t	Mon Mar 13 21:49:47 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