projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6146d71
)
t/002goodperl: TODO für strict DBUpgrades entfernt.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 1 Jun 2015 14:13:05 +0000
(16:13 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 1 Jun 2015 14:13:05 +0000
(16:13 +0200)
Die müssen seit langem in packages liegen und strict sein.
t/002goodperl.t
patch
|
blob
|
history
diff --git
a/t/002goodperl.t
b/t/002goodperl.t
index
3b395b3
..
0434ab8
100644
(file)
--- 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