X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FTesting.pod;h=92c63112979bc844ba4bb45cf0fb59a19a4351e8;hb=6daaedc0ef41066d546f9aca90199c2eae47c1c2;hp=ffadf76b8b49d76b30110b384c4d9cc0cc3907c4;hpb=9ad715b3a89ba2d34123a2d0f4624302bc169f78;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/Testing.pod b/lib/Catalyst/Manual/Tutorial/Testing.pod index ffadf76..92c6311 100644 --- a/lib/Catalyst/Manual/Tutorial/Testing.pod +++ b/lib/Catalyst/Manual/Tutorial/Testing.pod @@ -65,7 +65,8 @@ pieces of your application over time. You can checkout the source code for this example from the catalyst subversion repository as per the instructions in -L +L. + =head1 RUNNING THE "CANNED" CATALYST TESTS @@ -314,7 +315,7 @@ lies. A simple technique that can be used in such situations is to temporarily insert a line similar to the following right after the failed test: - warn $ua1->content; + diag $ua1->content; This will cause the full HTML returned by the request to be displayed. @@ -359,5 +360,5 @@ most recent version of the Catalyst Tutorial can be found at L. Copyright 2006-2008, Kennedy Clark, under Creative Commons License -(L). +(L).