]> wagnertech.de Git - mfinanz.git/blobdiff - t/structure/globals.t
Preisfaktoren könnten zwar über ihren Faktorwert in Rechnungen gespeichert werde...
[mfinanz.git] / t / structure / globals.t
index 950cf1183c6b49c8c5e0527f1c396e08a6b10ba7..dca7369d54288a652420f7bd21922fddbcdac4c6 100644 (file)
@@ -3,11 +3,12 @@
 use strict;
 use lib 't';
 use Support::Files;
+use Support::CanonialGlobals ();
 
 my (@globals, $testcount);
 
 BEGIN {
-  @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale called_subs dispatcher);
+  @globals = map { s/[^a-z_]//; $_ } @Support::CanonialGlobals::globals;
   $testcount = scalar(@Support::Files::testitems);
 }