X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/f6e8c87bc23cb8b31a554ce89af51d2c3b0a5efd..32eacf3627969b9c558a577c3d52579d87e153f4:/t/005no_tabs.t diff --git a/t/005no_tabs.t b/t/005no_tabs.t index d89ee0042..cfc357477 100644 --- a/t/005no_tabs.t +++ b/t/005no_tabs.t @@ -47,9 +47,9 @@ foreach my $file (@testitems) { if (grep /\t/, ) { ok(0, "$file contains tabs --WARNING"); } else { - TODO: { local $TODO = q(Tabfreeness is not enforced at the moment.); +# TODO: { local $TODO = q(Tabfreeness is not enforced at the moment.); ok(1, "$file has no tabs"); - } +# } } close (FILE); }