[Rt-commit] r7199 - in rt/branches/3.7-EXPERIMENTAL-TUNIS/t: api ordered-1 web

clkao at bestpractical.com clkao at bestpractical.com
Thu Mar 8 06:24:12 EST 2007


Author: clkao
Date: Thu Mar  8 06:24:02 2007
New Revision: 7199

Added:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/cf_combo_casacade.t
      - copied unchanged from r7155, /rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-2/0cf_combo_casacade.t
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-2/0acl.t
      - copied unchanged from r7148, /rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/acl.t
Removed:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-2/0cf_combo_casacade.t
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/acl.t
Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-1/cf_sort.t
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-2/cf_external.t

Log:
make ordered-2 pas.s

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-1/cf_sort.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-1/cf_sort.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-1/cf_sort.t	Thu Mar  8 06:24:02 2007
@@ -1,8 +1,7 @@
 #!/usr/bin/perl
 
 use Test::More qw/no_plan/;
-#use RT::Test;
-RT::LoadConfig();
+require RT::Test;
 RT::Init();
 
 use strict;

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-2/cf_external.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-2/cf_external.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/ordered-2/cf_external.t	Thu Mar  8 06:24:02 2007
@@ -5,7 +5,7 @@
 use Test::More qw(no_plan);
 
 use RT;
-RT::LoadConfig();
+require RT::Test;
 RT::Init();
 
 sub new (*) {


More information about the Rt-commit mailing list