← Back to team overview

mvhub-dev team mailing list archive

[Merge] lp:~pulaparti/mvhub/fix_html_lint into lp:mvhub

 

pulaparti has proposed merging lp:~pulaparti/mvhub/fix_html_lint into lp:mvhub.

Requested reviews:
  mvhub-dev (mvhub-dev)


Made changes to html_lint.t file so the it would let tests be performed on the branches with 'email' and 'text' in their names.
-- 
https://code.launchpad.net/~pulaparti/mvhub/fix_html_lint/+merge/21969
Your team mvhub-dev is subscribed to branch lp:mvhub.
=== modified file 'app-mvhub/t/html_lint.t'
--- app-mvhub/t/html_lint.t	2010-02-01 01:03:27 +0000
+++ app-mvhub/t/html_lint.t	2010-03-23 18:51:26 +0000
@@ -18,8 +18,8 @@
 my @files = get_files(qw/*.inc *.tmpl *.shtml/);
 
 # we use HTML::Template for more than html files
-@files = grep { !/email/ } @files;
-@files = grep { !/text/ } @files;
+
+@files = grep { ! /conf\/templates\/text/ } @files;
 
 eval ' use Test::HTML::Lint; ';
 if ($@) {


Follow ups