]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Zwei weitere globals die ok sind.
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 15 Apr 2011 09:52:08 +0000 (11:52 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 15 Apr 2011 09:52:08 +0000 (11:52 +0200)
t/structure/globals.t

index b1b351f7ab5c8e562f7886b184cac758ea5dd141..950cf1183c6b49c8c5e0527f1c396e08a6b10ba7 100644 (file)
@@ -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);
 }