Briefe mit anderen Dokumenten verknüpfen können
[kivitendo-erp.git] / t / 006spellcheck.t
index c476671..1cfa766 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,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);