[Jifty-commit] r1745 - in jifty/trunk: lib/Jifty/Test/WWW

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Aug 3 14:38:12 EDT 2006


Author: trs
Date: Thu Aug  3 14:38:12 2006
New Revision: 1745

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm

Log:
 r15066 at zot:  tom | 2006-08-03 14:38:05 -0400
 Give a description for get_html_ok so that you know what URLs fail/succeed in test output


Modified: jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	(original)
+++ jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	Thu Aug  3 14:38:12 2006
@@ -336,8 +336,8 @@
     {
         local $Test::Builder::Level = $Test::Builder::Level;
         $Test::Builder::Level++;
-        Test::HTML::Lint::html_ok( $lint, $self->content );
-    }       
+        Test::HTML::Lint::html_ok( $lint, $self->content, "html_ok for ".$self->uri );
+    }
 }
 
 =head2 html_ok [STRING]


More information about the Jifty-commit mailing list