[Rt-commit] r6195 - in rtir/branches/2.1-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Thu Oct 12 15:35:06 EDT 2006


Author: ruz
Date: Thu Oct 12 15:35:05 2006
New Revision: 6195

Modified:
   rtir/branches/2.1-EXPERIMENTAL/   (props changed)
   rtir/branches/2.1-EXPERIMENTAL/t/003-resolve-IR-when-all-incidents-resolved.t

Log:
 r1703 at cubic-pc:  cubic | 2006-10-12 23:44:31 +0400
 * linked IR is open


Modified: rtir/branches/2.1-EXPERIMENTAL/t/003-resolve-IR-when-all-incidents-resolved.t
==============================================================================
--- rtir/branches/2.1-EXPERIMENTAL/t/003-resolve-IR-when-all-incidents-resolved.t	(original)
+++ rtir/branches/2.1-EXPERIMENTAL/t/003-resolve-IR-when-all-incidents-resolved.t	Thu Oct 12 15:35:05 2006
@@ -21,13 +21,13 @@
 like($agent->content, qr/\Q$subj1/, "we're linked to the first incident");
 like($agent->content, qr/\Q$subj2/, "we're linked to the second incident");
 
-ir_status('new');
+ir_status('open');
 
 display_ticket($agent, $inc_1);
 $agent->follow_link_ok({text => "Quick Resolve"}, "followed 'Quick Resolve' link for first incident");
 like($agent->content, qr/State changed from open to resolved/, "resolved the first incident");
 
-ir_status('new');
+ir_status('open');
 
 display_ticket($agent, $inc_2);
 $agent->follow_link_ok({text => "Quick Resolve"}, "followed 'Quick Resolve' link for second incident");


More information about the Rt-commit mailing list