[Catalyst-commits] r10519 - Catalyst-Devel/1.00/branches/helper_refactor/t

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Jun 12 23:32:54 GMT 2009


Author: t0m
Date: 2009-06-12 23:32:53 +0000 (Fri, 12 Jun 2009)
New Revision: 10519

Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/t/get_sharedir_file.t
Log:
Be consistent with renaming

Modified: Catalyst-Devel/1.00/branches/helper_refactor/t/get_sharedir_file.t
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/t/get_sharedir_file.t	2009-06-12 17:16:09 UTC (rev 10518)
+++ Catalyst-Devel/1.00/branches/helper_refactor/t/get_sharedir_file.t	2009-06-12 23:32:53 UTC (rev 10519)
@@ -15,6 +15,6 @@
 } qr/No such/, 'Exception for file not found from ->get_sharedir_file';
 
 lives_ok {
-    ok($i->get_sharedir_file('makefile.tt'), 'has contents');
+    ok($i->get_sharedir_file('Makefile.PL.tt'), 'has contents');
 } 'Can get_sharedir_file';
 




More information about the Catalyst-commits mailing list