From: Kennedy Clark Date: Thu, 18 Dec 2008 17:07:37 +0000 (+0000) Subject: Add fix for failing test to Testing.pod X-Git-Tag: v5.8005~239 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=6a72d1bf08361c568bb6bd4c86d42016227c9681 Add fix for failing test to Testing.pod --- diff --git a/lib/Catalyst/Manual/Tutorial/Testing.pod b/lib/Catalyst/Manual/Tutorial/Testing.pod index 3ce55ff..2b771b3 100644 --- a/lib/Catalyst/Manual/Tutorial/Testing.pod +++ b/lib/Catalyst/Manual/Tutorial/Testing.pod @@ -67,11 +67,6 @@ You can checkout the source code for this example from the catalyst subversion repository as per the instructions in L. -B Some of the tests in this section currently fail under -Ubuntu 8.10 and Catalyst v5.7014. We are looking for a fix. They -do work under Ubuntu 8.04 and Catalyst v5.7011. - - =head1 RUNNING THE "CANNED" CATALYST TESTS @@ -109,6 +104,8 @@ Cis_redirect> in C. 3) Change the Cis_success> to Cis_redirect> in C. +4) Add C to the top of C. + As you can see in the C command line above, the C<--lib> option is used to set the location of the Catalyst C directory. With this command, you will get all of the usual development server debug output,