[Rt-commit] r10125 - rt/branches/3.7-EXPERIMENTAL/t/web

ruz at bestpractical.com ruz at bestpractical.com
Tue Dec 25 18:38:28 EST 2007


Author: ruz
Date: Tue Dec 25 18:38:27 2007
New Revision: 10125

Modified:
   rt/branches/3.7-EXPERIMENTAL/t/web/ticket_seen.t

Log:
* fix tests, texts have been changed

Modified: rt/branches/3.7-EXPERIMENTAL/t/web/ticket_seen.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/web/ticket_seen.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/t/web/ticket_seen.t	Tue Dec 25 18:38:27 2007
@@ -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