[Catalyst-commits] r12859 - trunk/examples/Tutorial/MyApp_Chapter8/MyApp/t

hkclark at dev.catalyst.perl.org hkclark at dev.catalyst.perl.org
Sat Feb 13 14:39:35 GMT 2010


Author: hkclark
Date: 2010-02-13 14:39:34 +0000 (Sat, 13 Feb 2010)
New Revision: 12859

Modified:
   trunk/examples/Tutorial/MyApp_Chapter8/MyApp/t/view_TT.t
Log:
Fix failing test

Modified: trunk/examples/Tutorial/MyApp_Chapter8/MyApp/t/view_TT.t
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter8/MyApp/t/view_TT.t	2010-02-12 14:22:43 UTC (rev 12858)
+++ trunk/examples/Tutorial/MyApp_Chapter8/MyApp/t/view_TT.t	2010-02-13 14:39:34 UTC (rev 12859)
@@ -2,6 +2,6 @@
 use warnings;
 use Test::More;
 
-BEGIN { use_ok 'MyApp::View::TT' }
+BEGIN { use_ok 'MyApp', 'MyApp::View::TT' }
 
 done_testing();




More information about the Catalyst-commits mailing list