From: Sven Schöling Date: Mon, 1 Jun 2015 14:13:05 +0000 (+0200) Subject: t/002goodperl: TODO für strict DBUpgrades entfernt. X-Git-Tag: release-3.3.0beta~60 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c0a22ab6dc626fb6a06f37f5921c2acf3df0d976;p=kivitendo-erp.git t/002goodperl: TODO für strict DBUpgrades entfernt. Die müssen seit langem in packages liegen und strict sein. --- diff --git a/t/002goodperl.t b/t/002goodperl.t index 3b395b310..0434ab89b 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -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