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

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


Author: sunnavy
Date: Thu Oct 23 09:32:38 2008
New Revision: 16509

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

Log:
 r17357 at sunnavys-mb:  sunnavy | 2008-10-23 21:08:16 +0800
 new field names for badlinks


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:38 2008
@@ -19,7 +19,11 @@
 
 $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