[Bps-public-commit] r16865 - sd/trunk/t

jesse at bestpractical.com jesse at bestpractical.com
Mon Nov 17 09:01:12 EST 2008


Author: jesse
Date: Mon Nov 17 09:01:10 2008
New Revision: 16865

Modified:
   sd/trunk/t/big-hm-rt.t
   sd/trunk/t/sd-rt-hm-single.t
   sd/trunk/t/sd-rt-hm.t
   sd/trunk/t/sd-rt-n-foreign-sync.t
   sd/trunk/t/sd-rt-permission.t
   sd/trunk/t/sd-rt.t

Log:
* Clarified that the RT tests require RT

Modified: sd/trunk/t/big-hm-rt.t
==============================================================================
--- sd/trunk/t/big-hm-rt.t	(original)
+++ sd/trunk/t/big-hm-rt.t	Mon Nov 17 09:01:10 2008
@@ -36,7 +36,7 @@
 BEGIN {
     unless (eval 'use RT::Test (); 1') {
         diag $@;
-        plan skip_all => 'requires 3.7 to run tests.';
+        plan skip_all => 'requires RT 3.8 to run tests.';
     }
 }
 

Modified: sd/trunk/t/sd-rt-hm-single.t
==============================================================================
--- sd/trunk/t/sd-rt-hm-single.t	(original)
+++ sd/trunk/t/sd-rt-hm-single.t	Mon Nov 17 09:01:10 2008
@@ -12,7 +12,7 @@
 BEGIN {
     unless (eval 'use RT::Test (); 1') {
         diag $@;
-        plan skip_all => 'requires 3.7 to run tests.';
+        plan skip_all => 'requires RT 3.8 to run tests.';
     }
 }
 

Modified: sd/trunk/t/sd-rt-hm.t
==============================================================================
--- sd/trunk/t/sd-rt-hm.t	(original)
+++ sd/trunk/t/sd-rt-hm.t	Mon Nov 17 09:01:10 2008
@@ -12,7 +12,7 @@
 BEGIN {
     unless (eval 'use RT::Test (); 1') {
         diag $@;
-        plan skip_all => 'requires 3.7 to run tests.';
+        plan skip_all => 'requires RT 3.8 to run tests.';
     }
 }
 

Modified: sd/trunk/t/sd-rt-n-foreign-sync.t
==============================================================================
--- sd/trunk/t/sd-rt-n-foreign-sync.t	(original)
+++ sd/trunk/t/sd-rt-n-foreign-sync.t	Mon Nov 17 09:01:10 2008
@@ -14,7 +14,7 @@
 BEGIN {
     unless (eval 'use RT::Test (); 1') {
         diag $@;
-        plan skip_all => 'requires 3.7 to run tests.';
+        plan skip_all => 'requires RT 3.8 to run tests.';
     }
 }
 

Modified: sd/trunk/t/sd-rt-permission.t
==============================================================================
--- sd/trunk/t/sd-rt-permission.t	(original)
+++ sd/trunk/t/sd-rt-permission.t	Mon Nov 17 09:01:10 2008
@@ -11,7 +11,7 @@
 BEGIN {
     unless (eval 'use RT::Test; 1') {
         diag $@ if $ENV{'TEST_VERBOSE'};
-        plan skip_all => 'requires 3.7 or newer to run tests.';
+        plan skip_all => 'requires RT 3.8 or newer to run tests.';
     }
 }
 

Modified: sd/trunk/t/sd-rt.t
==============================================================================
--- sd/trunk/t/sd-rt.t	(original)
+++ sd/trunk/t/sd-rt.t	Mon Nov 17 09:01:10 2008
@@ -11,7 +11,7 @@
 BEGIN {
     unless (eval 'use RT::Test; 1') {
         diag $@ if $ENV{'TEST_VERBOSE'};
-        plan skip_all => 'requires 3.7 or newer to run tests.';
+        plan skip_all => 'requires RT 3.8 or newer to run tests.';
     }
 }
 



More information about the Bps-public-commit mailing list