From: Sven Schöling Date: Wed, 23 Dec 2015 10:03:32 +0000 (+0100) Subject: tests: Spellcheck auf allen Dateien machen X-Git-Tag: release-3.4.1~500 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0054c7782e6fdeb4d646fce96810e7a6731383f2;p=kivitendo-erp.git tests: Spellcheck auf allen Dateien machen --- diff --git a/t/006spellcheck.t b/t/006spellcheck.t index e3f2ac60c..1cfa766c7 100644 --- a/t/006spellcheck.t +++ b/t/006spellcheck.t @@ -41,17 +41,18 @@ existant fomr invoce paramater +pirce postition +primt puchase puhs sekf sucess varsion -pirce wether ); -$testcount = scalar(@Support::Files::testitems); +$testcount = scalar(@Support::Files::files); } use Test::More tests => $testcount; @@ -70,7 +71,7 @@ my $fh; } } -my @testitems = @Support::Files::testitems; +my @testitems = @Support::Files::files; # at last, here we actually run the test... my $evilwordsregexp = join('|', @evilwords);