[Rt-commit] r12524 - in rt/branches/3.8-TESTING: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon May 19 08:08:04 EDT 2008


Author: sunnavy
Date: Mon May 19 08:08:04 2008
New Revision: 12524

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/t/web/compilation_errors.t

Log:
 r12593 at sunnavys-mb:  sunnavy | 2008-05-19 19:58:29 +0800
 tiny fix


Modified: rt/branches/3.8-TESTING/t/web/compilation_errors.t
==============================================================================
--- rt/branches/3.8-TESTING/t/web/compilation_errors.t	(original)
+++ rt/branches/3.8-TESTING/t/web/compilation_errors.t	Mon May 19 08:08:04 2008
@@ -3,7 +3,7 @@
 use strict;
 use Test::More;
 my $tests = 7;
-find ( sub { wanted() and $tests += 4 } , 'html/');
+find ( sub { wanted() and $tests += 4 } , 'share/html/');
 plan tests => $tests;
 use HTTP::Request::Common;
 use HTTP::Cookies;


More information about the Rt-commit mailing list