X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2FSupport%2FFiles.pm;h=b91f44f8fbc94bc3177ccc51ae54c001b509b512;hb=ffd06003d74a7844892fca93905556a1903a31d8;hp=d05f365e3019f682f9512adff0c91be5fce9c58d;hpb=9b220b885f1a1bb2a1201dfb1e0ae1e747a98c6c;p=kivitendo-erp.git diff --git a/t/Support/Files.pm b/t/Support/Files.pm index d05f365e3..b91f44f8f 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -40,6 +40,7 @@ use File::Find; @files = glob('*'); find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$/;}, 'SL'); find(sub { push(@files, $File::Find::name) if $_ =~ /\.pl$/;}, qw(bin/mozilla sql/Pg-upgrade2)); +find(sub { push(@files, $File::Find::name) if $_ =~ /\.html$/;}, qw(templates/webpages)); sub have_pkg { my ($pkg) = @_;