X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/470a8fa1710b22e2b381eef4cacb01bebaeff725..593510b54fe041deaba815455384e353f35c9dd5:/t/structure/globals.t diff --git a/t/structure/globals.t b/t/structure/globals.t index b1b351f7a..950cf1183 100644 --- a/t/structure/globals.t +++ b/t/structure/globals.t @@ -7,7 +7,7 @@ use Support::Files; my (@globals, $testcount); BEGIN { - @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale); + @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale called_subs dispatcher); $testcount = scalar(@Support::Files::testitems); }