[Rt-commit] r18071 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 23:20:18 EST 2009


Author: sunnavy
Date: Thu Jan 29 23:20:17 2009
New Revision: 18071

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/t/maildigest/attributes.t

Log:
 r19330 at sunnavys-mb:  sunnavy | 2009-01-30 09:29:14 +0800
 merged t/maildigest/attributes.t


Modified: rt/3.999/branches/merge_to_3.8.2/t/maildigest/attributes.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/maildigest/attributes.t	(original)
+++ rt/3.999/branches/merge_to_3.8.2/t/maildigest/attributes.t	Thu Jan 29 23:20:17 2009
@@ -87,7 +87,7 @@
 # Make the other users ticket watchers.
 ( $ret, $msg ) = $ticket->add_watcher( type => 'cc',
 		      principal_id => $user_n->principal->id );
-ok( $ret, "Added user_w as a ticket watcher: $msg" );
+ok( $ret, "Added user_n as a ticket watcher: $msg" );
 ( $ret, $msg ) = $ticket->add_watcher( type => 'cc',
 		      principal_id => $user_s->principal->id );
 ok( $ret, "Added user_s as a ticket watcher: $msg" );


More information about the Rt-commit mailing list