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:
783025d
)
Data::Dumper-Format-Variablen in Tests setzen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 30 Jul 2013 11:25:52 +0000
(13:25 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 30 Jul 2013 11:25:52 +0000
(13:25 +0200)
t/Support/TestSetup.pm
patch
|
blob
|
history
diff --git
a/t/Support/TestSetup.pm
b/t/Support/TestSetup.pm
index
c8095a9
..
ce3c6a0
100644
(file)
--- a/
t/Support/TestSetup.pm
+++ b/
t/Support/TestSetup.pm
@@
-16,6
+16,9
@@
use SL::InstanceConfiguration;
use SL::Request;
sub login {
+ $Data::Dumper::Sortkeys = 1;
+ $Data::Dumper::Indent = 2;
+
SL::LxOfficeConf->read;
my $client = 'Unit-Tests';