[Rt-commit] rt branch, 4.2/right-granted-message, updated. rt-4.2.11-41-gc5e36ed
Dustin Graves
dustin at bestpractical.com
Wed Aug 5 09:58:20 EDT 2015
The branch, 4.2/right-granted-message has been updated
via c5e36ed1e6e1eef42bb7d8318714470ed46593b4 (commit)
from ec002ce73ba6e275f711075e4611617a64b259ab (commit)
Summary of changes:
t/web/rights.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c5e36ed1e6e1eef42bb7d8318714470ed46593b4
Author: Dustin Graves <dustin at bestpractical.com>
Date: Wed Aug 5 13:58:09 2015 +0000
fix t/web/rights.t test to reflect message change
diff --git a/t/web/rights.t b/t/web/rights.t
index c7e8aac..03ef182 100644
--- a/t/web/rights.t
+++ b/t/web/rights.t
@@ -45,7 +45,7 @@ diag "grant SuperUser right to everyone";
$m->tick("SetRights-$everyone_gid-RT::System-1", 'SuperUser');
$m->submit;
- $m->content_contains('Right Granted', 'got message');
+ $m->content_contains('Granted right', 'got message');
RT::Principal::InvalidateACLCache();
ok($everyone->PrincipalObj->HasRight( Right => 'SuperUser', Object => $RT::System ), 'group has right');
is_deeply( [get_rights( $m, $everyone_gid, 'RT::System-1' )], ['SuperUser'], 'granted SuperUser right' );
-----------------------------------------------------------------------
More information about the rt-commit
mailing list