]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/005no_tabs.t
mebil
[kivitendo-erp.git] / t / 005no_tabs.t
index 75f532956211f26c9c2dd85dfd45121cbad733d3..cfc3574775f77f6ef16005cde92e258b9475b37f 100644 (file)
@@ -47,7 +47,9 @@ foreach my $file (@testitems) {
     if (grep /\t/, <FILE>) {
         ok(0, "$file contains tabs --WARNING");
     } else {
+#      TODO: { local $TODO = q(Tabfreeness is not enforced at the moment.);
         ok(1, "$file has no tabs");
+#      }
     }
     close (FILE);
 }