[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-606-gc02bd22
Shawn Moore
sartak at bestpractical.com
Thu Aug 26 23:40:01 EDT 2010
The branch, 3.9-trunk has been updated
via c02bd22ec08257ea19f16fc436a80dee4e1ae1f1 (commit)
from df344467c717fc34bcaafbbe9441f94ea5c4d0e2 (commit)
Summary of changes:
t/web/requestor_groups_limit.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c02bd22ec08257ea19f16fc436a80dee4e1ae1f1
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Aug 26 23:42:23 2010 -0400
diag checks TEST_VERBOSE now
diff --git a/t/web/requestor_groups_limit.t b/t/web/requestor_groups_limit.t
index 9650773..dd321cb 100644
--- a/t/web/requestor_groups_limit.t
+++ b/t/web/requestor_groups_limit.t
@@ -5,7 +5,7 @@ use warnings;
use RT::Test tests => 11;
-diag "set groups limit to 1" if $ENV{TEST_VERBOSE};
+diag "set groups limit to 1";
RT->Config->Set( ShowMoreAboutPrivilegedUsers => 1 );
RT->Config->Set( MoreAboutRequestorGroupsLimit => 1 );
@@ -25,7 +25,7 @@ $m->content_unlike( qr/Everyone.*?Privileged/, 'not 2 groups' );
RT::Test->stop_server;
-diag "set groups limit to 2" if $ENV{TEST_VERBOSE};
+diag "set groups limit to 2";
RT->Config->Set( MoreAboutRequestorGroupsLimit => 2 );
( $url, $m ) = RT::Test->started_ok;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list