[Rt-commit] r12523 - in rt/branches/3.8-TESTING: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon May 19 08:07:38 EDT 2008
Author: sunnavy
Date: Mon May 19 08:07:36 2008
New Revision: 12523
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/t/00-mason-syntax.t
Log:
r12592 at sunnavys-mb: sunnavy | 2008-05-19 13:51:28 +0800
html lives in share/html
Modified: rt/branches/3.8-TESTING/t/00-mason-syntax.t
==============================================================================
--- rt/branches/3.8-TESTING/t/00-mason-syntax.t (original)
+++ rt/branches/3.8-TESTING/t/00-mason-syntax.t Mon May 19 08:07:36 2008
@@ -23,7 +23,7 @@
$ok = 0;
diag "error in ${File::Find::name}:\n$@";
},
-}, 'html');
+}, 'share/html');
ok($ok, "mason syntax is ok");
use HTML::Mason;
More information about the Rt-commit
mailing list