]> wagnertech.de Git - mfinanz.git/blobdiff - t/006spellcheck.t
tests: Spellcheck auf allen Dateien machen
[mfinanz.git] / t / 006spellcheck.t
index 0a332ffbbbee430a70de07e7798dd877aacbbe3f..1cfa766c7cd603f03960b1596deed675cfe1c32c 100644 (file)
@@ -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,16 +38,21 @@ databasa
 dependan
 existance
 existant
-paramater
-varsion
 fomr
-puhs
 invoce
-CONTANTS
+paramater
+pirce
+postition
+primt
 puchase
+puhs
+sekf
+sucess
+varsion
+wether
 );
 
-$testcount = scalar(@Support::Files::testitems);
+$testcount = scalar(@Support::Files::files);
 }
 
 use Test::More tests => $testcount;
@@ -65,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);