[Rt-commit] r7711 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Fri Apr 27 19:57:31 EDT 2007


Author: ruz
Date: Fri Apr 27 19:57:30 2007
New Revision: 7711

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/t/regression/07-rights_web.t

Log:
 r5165 at cubic-pc:  cubic | 2007-04-28 03:40:21 +0400
 * make number of tests not conditional


Modified: rt/branches/3.7-EXPERIMENTAL/lib/t/regression/07-rights_web.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/t/regression/07-rights_web.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/t/regression/07-rights_web.t	Fri Apr 27 19:57:30 2007
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
 
-use Test::More tests => 12;
+use Test::More tests => 13;
 BEGIN {
     use RT;
     RT::LoadConfig;
@@ -41,6 +41,8 @@
     $m->submit;
     
     is_deeply([get_rights( $m, $everyone_gid, 'RT::System-1' )], [], 'deleted all rights' );
+} else {
+    ok(1, 'the group has no global rights');
 }
 
 {


More information about the Rt-commit mailing list