[Rt-commit] r15861 - in rt/branches/3.999-DANGEROUS: t/web

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Sep 8 11:34:18 EDT 2008


Author: sunnavy
Date: Mon Sep  8 11:34:18 2008
New Revision: 15861

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/t/web/rights.t

Log:
 r16549 at sunnavys-mb:  sunnavy | 2008-09-08 23:33:50 +0800
 tiny case fix


Modified: rt/branches/3.999-DANGEROUS/t/web/rights.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/web/rights.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/web/rights.t	Mon Sep  8 11:34:18 2008
@@ -48,7 +48,7 @@
     $m->select("grant_right-$everyone_gid-RT::System-1", ['SuperUser']);
     $m->submit;
 
-    $m->content_contains('right Granted', 'got message');
+    $m->content_contains('Right granted', 'got message');
     RT::Model::Principal::invalidate_acl_cache();
     ok($everyone->principal->has_right( 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