[Rt-commit] r14183 - rtir/branches/2.3-TESTING/t

ruz at bestpractical.com ruz at bestpractical.com
Wed Jul 16 19:39:08 EDT 2008


Author: ruz
Date: Wed Jul 16 19:38:57 2008
New Revision: 14183

Modified:
   rtir/branches/2.3-TESTING/t/rtir-test.pl

Log:
* result messages after linking have been changed

Modified: rtir/branches/2.3-TESTING/t/rtir-test.pl
==============================================================================
--- rtir/branches/2.3-TESTING/t/rtir-test.pl	(original)
+++ rtir/branches/2.3-TESTING/t/rtir-test.pl	Wed Jul 16 19:38:57 2008
@@ -279,7 +279,7 @@
 
     is ($agent->status, 200, "Attempting to link child $id to Incident $incident");
 
-    ok ($agent->content =~ /Ticket $id: Link created/g, "Incident $incident linked successfully.");
+    ok ($agent->content =~ /Ticket\s+$id:\s*Ticket\s+$id\s+member\s+of\s+Ticket\s+$incident/gs, "Incident $incident linked successfully.");
 
     return;
 }


More information about the Rt-commit mailing list