X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FTesting.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2FTesting.pod;h=2b771b3f79a0b2f6607e25d3b086f1d10cdb0812;hp=3ce55ffb1c5d30f0e82080600150ac6c9b406c6c;hb=6a72d1bf08361c568bb6bd4c86d42016227c9681;hpb=ffeb744858046041fe3235d231229555cacf16ed 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,