]> wagnertech.de Git - mfinanz.git/blobdiff - t/002goodperl.t
t/002goodperl: TODO für strict DBUpgrades entfernt.
[mfinanz.git] / t / 002goodperl.t
index 3b395b310c8e78d204aecb1db0fb0c43244d9496..0434ab89b216a86f189477530bcaffd352eae35a 100644 (file)
@@ -82,8 +82,6 @@ foreach my $file (@testitems) {
 }
 
 foreach my $file (@testitems) {
-    local $TODO;
-    $TODO = 'schema updates are not required to be strict now' if $file =~ m{^sql/Pg-upgrade2};
     my $found_use_strict = 0;
     $file =~ s/\s.*$//; # nuke everything after the first space (#comment)
     next if (!$file); # skip null entries