epic-s6ts
[kivitendo-erp.git] / t / 005no_tabs.t
index d89ee00..cfc3574 100644 (file)
@@ -47,9 +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.);
+#      TODO: { local $TODO = q(Tabfreeness is not enforced at the moment.);
         ok(1, "$file has no tabs");
-      }
+#      }
     }
     close (FILE);
 }