[Rt-commit] r8232 - in rtir/branches/2.3-EXPERIMENTAL: .

thayes at bestpractical.com thayes at bestpractical.com
Thu Jul 19 14:32:22 EDT 2007


Author: thayes
Date: Thu Jul 19 14:32:22 2007
New Revision: 8232

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/t/011-merge.t

Log:
 r8361 at toth:  toth | 2007-07-19 14:32:06 -0400
 * Minor change (removed diagnostic code I forgot to remove)
 


Modified: rtir/branches/2.3-EXPERIMENTAL/t/011-merge.t
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/t/011-merge.t	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/t/011-merge.t	Thu Jul 19 14:32:22 2007
@@ -23,10 +23,9 @@
 
     display_ticket($agent, $ir1_id);
     ok_and_content_like($agent, qr{Incident Report #$ir1_id:}, 'Opened the merged ticket');
-	#diag("Content:\n\n" . $agent->content());
+
     display_ticket($agent, $ir2_id);
     ok_and_content_like($agent, qr{Incident Report #$ir1_id:}, 'Second id points to the ticket we merged into');
-    #diag("Content:\n\n" . $agent->content());
 
 }
 


More information about the Rt-commit mailing list