[Rt-commit] r11170 - rt/branches/3.7-RTIR-RELENG/t/web

ruz at bestpractical.com ruz at bestpractical.com
Mon Mar 24 18:35:19 EDT 2008


Author: ruz
Date: Mon Mar 24 18:35:18 2008
New Revision: 11170

Modified:
   rt/branches/3.7-RTIR-RELENG/t/web/ticket_seen.t

Log:
* fix test, we've changed wording of messages

Modified: rt/branches/3.7-RTIR-RELENG/t/web/ticket_seen.t
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/t/web/ticket_seen.t	(original)
+++ rt/branches/3.7-RTIR-RELENG/t/web/ticket_seen.t	Mon Mar 24 18:35:18 2008
@@ -58,11 +58,11 @@
     $agent_a->content_like(qr/bla-bla/ims, 'the message on the page');
 
     $agent_a->content_like(
-        qr/There is new messages you havn't seen/ims,
+        qr/There are unread messages/ims,
         'we have not seen something'
     );
 
-    $agent_a->follow_link_ok({text => 'mark'}, 'try to mark all as seen');
+    $agent_a->follow_link_ok({text => 'mark them all as seen'}, 'try to mark all as seen');
     $agent_a->content_like(
         qr/Marked all messages as seen/ims,
         'see success message'
@@ -70,7 +70,7 @@
 
     $agent_a->goto_ticket($tid);
     $agent_a->content_unlike(
-        qr/There is new messages you havn't seen/ims,
+        qr/There are unread messages/ims,
         'we have seen everything, so no messages'
     );
 }


More information about the Rt-commit mailing list