[Rt-commit] r14344 - in rt/3.8/trunk: t/maildigest
spang at bestpractical.com
spang at bestpractical.com
Mon Jul 21 18:03:57 EDT 2008
Author: spang
Date: Mon Jul 21 18:03:53 2008
New Revision: 14344
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/t/maildigest/attributes.t
Log:
r46842 at loki: spang | 2008-07-21 23:01:52 +0100
minor typo fix
Modified: rt/3.8/trunk/t/maildigest/attributes.t
==============================================================================
--- rt/3.8/trunk/t/maildigest/attributes.t (original)
+++ rt/3.8/trunk/t/maildigest/attributes.t Mon Jul 21 18:03:53 2008
@@ -87,7 +87,7 @@
# Make the other users ticket watchers.
( $ret, $msg ) = $ticket->AddWatcher( Type => 'Cc',
PrincipalId => $user_n->PrincipalObj->id );
-ok( $ret, "Added user_w as a ticket watcher: $msg" );
+ok( $ret, "Added user_n as a ticket watcher: $msg" );
( $ret, $msg ) = $ticket->AddWatcher( Type => 'Cc',
PrincipalId => $user_s->PrincipalObj->id );
ok( $ret, "Added user_s as a ticket watcher: $msg" );
More information about the Rt-commit
mailing list