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

sartak at bestpractical.com sartak at bestpractical.com
Tue Sep 11 17:33:23 EDT 2007


Author: sartak
Date: Tue Sep 11 17:33:23 2007
New Revision: 8996

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-outgoing.t

Log:
 r42548 at onn:  sartak | 2007-09-11 17:33:04 -0400
 ReplyTicket is actually ReplyToTicket


Modified: rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-outgoing.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-outgoing.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-outgoing.t	Tue Sep 11 17:33:23 2007
@@ -39,7 +39,7 @@
 
 RT::Test->set_rights(
     Principal => 'Everyone',
-    Right => ['CreateTicket', 'ShowTicket', 'SeeQueue', 'ReplyTicket', 'ModifyTicket'],
+    Right => ['CreateTicket', 'ShowTicket', 'SeeQueue', 'ReplyToTicket', 'ModifyTicket'],
 );
 
 my ($baseurl, $m) = RT::Test->started_ok;


More information about the Rt-commit mailing list