[Catalyst-commits] r6677 - in branches: . templated_conversion/Catalyst-View-TT/t

jrockway at dev.catalyst.perl.org jrockway at dev.catalyst.perl.org
Fri Aug 17 15:51:10 GMT 2007


Author: jrockway
Date: 2007-08-17 15:51:09 +0100 (Fri, 17 Aug 2007)
New Revision: 6677

Modified:
   branches/
   branches/templated_conversion/Catalyst-View-TT/t/06includepath.t
Log:
 r28426 at foo:  jon | 2007-08-10 00:24:37 -0500
 be less dumb about being less dumb



Property changes on: branches
___________________________________________________________________
Name: svk:merge
   - d7608cd0-831c-0410-93c0-e5b306c3c028:/local/Catalyst-branches:28425
   + d7608cd0-831c-0410-93c0-e5b306c3c028:/local/Catalyst-branches:28426

Modified: branches/templated_conversion/Catalyst-View-TT/t/06includepath.t
===================================================================
--- branches/templated_conversion/Catalyst-View-TT/t/06includepath.t	2007-08-17 14:51:00 UTC (rev 6676)
+++ branches/templated_conversion/Catalyst-View-TT/t/06includepath.t	2007-08-17 14:51:09 UTC (rev 6677)
@@ -16,7 +16,7 @@
 is($response->content, $TestApp->config->{default_message}, 'additional_template_path message');
 
 is_deeply($inital_include_path,
-    TestApp->view('Appconfig')->include_path,
+    $TestApp->view('Appconfig')->include_path,
     'Include path is unchanged');
 
 ok(($response = request("/test_includepath?view=Includepath&template=testpath.tt"))->is_success, 'scalar include path from config request');




More information about the Catalyst-commits mailing list