[Rt-commit] r8319 - in rt/branches/3.7-EXPERIMENTAL-TUNIS/t: api

ruz at bestpractical.com ruz at bestpractical.com
Mon Jul 30 16:16:16 EDT 2007


Author: ruz
Date: Mon Jul 30 16:16:06 2007
New Revision: 8319

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/00-compile.t
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/cf_external.t

Log:
* fix things according to the latests changes in RT::Test

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/00-compile.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/00-compile.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/00-compile.t	Mon Jul 30 16:16:06 2007
@@ -1,5 +1,8 @@
+
 use strict;
 use warnings;
+
+use RT::Test nodata => 1;
 use Test::More tests => 32;
 
 require_ok("RT");

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/cf_external.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/cf_external.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/cf_external.t	Mon Jul 30 16:16:06 2007
@@ -5,8 +5,7 @@
 use Test::More tests => 11;
 
 use RT;
-require RT::Test;
-RT::Init();
+use RT::Test nodata => 1;
 
 sub new (*) {
     my $class = shift;


More information about the Rt-commit mailing list