[Catalyst-commits] r8914 - Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial

hkclark at dev.catalyst.perl.org hkclark at dev.catalyst.perl.org
Thu Dec 18 17:07:38 GMT 2008


Author: hkclark
Date: 2008-12-18 17:07:37 +0000 (Thu, 18 Dec 2008)
New Revision: 8914

Modified:
   Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Testing.pod
Log:
Add fix for failing test to Testing.pod

Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Testing.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Testing.pod	2008-12-18 16:29:10 UTC (rev 8913)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Testing.pod	2008-12-18 17:07:37 UTC (rev 8914)
@@ -67,12 +67,7 @@
 subversion repository as per the instructions in
 L<Catalyst::Manual::Tutorial::Intro|Catalyst::Manual::Tutorial::Intro>.
 
-B<Note:> 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
 
 There are a variety of ways to run Catalyst and Perl tests (for example,
@@ -109,6 +104,8 @@
 3) Change the C<request('/books')-E<gt>is_success> to 
 C<request('/books')-E<gt>is_redirect> in C<t/controller_Books.t>.
 
+4) Add C<use MyApp;> to the top of C<t/view_TT.t>.
+
 As you can see in the C<prove> command line above, the C<--lib> option
 is used to set the location of the Catalyst C<lib> directory.  With this
 command, you will get all of the usual development server debug output,




More information about the Catalyst-commits mailing list