projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa945ad
)
neue kanonische globale Variable "instance_conf"
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:45:35 +0000
(11:45 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:45:35 +0000
(11:45 +0200)
t/structure/globals.t
patch
|
blob
|
history
diff --git
a/t/structure/globals.t
b/t/structure/globals.t
index
950cf11
..
7b5aa06
100644
(file)
--- 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 called_subs dispatcher);
+ @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale called_subs dispatcher
instance_conf
);
$testcount = scalar(@Support::Files::testitems);
}