X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2F006spellcheck.t;h=1cfa766c7cd603f03960b1596deed675cfe1c32c;hb=6d6d4044b1caa0e4f7c9de61e3a0bc9dd691a035;hp=c4766710e387231e436b4d2825b4aed550b444c0;hpb=78637a089664b43abf33c7b95010ba7e4b73c6c4;p=kivitendo-erp.git diff --git a/t/006spellcheck.t b/t/006spellcheck.t index c4766710e..1cfa766c7 100644 --- a/t/006spellcheck.t +++ b/t/006spellcheck.t @@ -30,6 +30,7 @@ use Support::Files; BEGIN { # yes the indenting is off, deal with it #add the words to check here: @evilwords = qw( +CONTANTS anyways arbitary custemer @@ -37,12 +38,21 @@ databasa dependan existance existant +fomr +invoce paramater +pirce +postition +primt +puchase +puhs +sekf +sucess varsion -fomr +wether ); -$testcount = scalar(@Support::Files::testitems); +$testcount = scalar(@Support::Files::files); } use Test::More tests => $testcount; @@ -61,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);