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

thayes at bestpractical.com thayes at bestpractical.com
Wed Jul 18 17:14:18 EDT 2007


Author: thayes
Date: Wed Jul 18 17:14:18 2007
New Revision: 8214

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/t/018-bulk-abandon.t

Log:
 r8340 at toth:  toth | 2007-07-18 17:14:06 -0400
 * Minor changes (forgot to remove diagnostic code)
 


Modified: rtir/branches/2.3-EXPERIMENTAL/t/018-bulk-abandon.t
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/t/018-bulk-abandon.t	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/t/018-bulk-abandon.t	Wed Jul 18 17:14:18 2007
@@ -87,15 +87,11 @@
 	
 	$agent->form_number(3);
 	foreach my $id (@to_abandon) {
-		diag("Ticking incident " . $id);
 		$agent->tick('SelectedTickets', $id);
 	}
 	
 	$agent->click('BulkAbandon');
 	
-	open OF, "> /home/toth/contents" or die "Cannot open file contents for writing: $!";
-	print OF $agent->content();
-	#diag("\nContent:\n\n" . $agent->content());
 	
 	foreach my $id (@to_abandon) {
 		ok_and_content_like($agent, qr{<li>Ticket $id: State changed from \w+ to abandoned</li>}i, "Incident $id abandoned");


More information about the Rt-commit mailing list