From: Sven Schöling Date: Fri, 15 Apr 2011 09:52:08 +0000 (+0200) Subject: Zwei weitere globals die ok sind. X-Git-Tag: release-2.6.3~33^2~6 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=593510b54fe041deaba815455384e353f35c9dd5;p=kivitendo-erp.git Zwei weitere globals die ok sind. --- 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); }