From 0054c7782e6fdeb4d646fce96810e7a6731383f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 23 Dec 2015 11:03:32 +0100 Subject: [PATCH] tests: Spellcheck auf allen Dateien machen --- t/006spellcheck.t | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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); -- 2.20.1