[Rt-commit] r16510 - in rt/branches/3.999-DANGEROUS: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Oct 23 09:32:50 EDT 2008


Author: sunnavy
Date: Thu Oct 23 09:32:50 2008
New Revision: 16510

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/t/ticket/badlinks.t

Log:
 r17358 at sunnavys-mb:  sunnavy | 2008-10-23 21:10:47 +0800
 save a stupid commit


Modified: rt/branches/3.999-DANGEROUS/t/ticket/badlinks.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/ticket/badlinks.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/ticket/badlinks.t	Thu Oct 23 09:32:50 2008
@@ -19,11 +19,7 @@
 
 $m->goto_ticket($tid);
 
-open my $fh, '>', '/tmp/t.html';
-print $fh $m->content;
 $m->follow_link_ok( { text => 'Links' }, "Followed link to Links" );
-close $fh;
-exit 0;
 
 my $not_a_ticket_url = "http://example.com/path/to/nowhere";
 my $moniker = $m->moniker_for('RT::Action::CreateTicketLinks');


More information about the Rt-commit mailing list