Update tests (#1416)

This commit is contained in:
Xavier Guimard 2018-05-07 18:01:52 +02:00
parent 27c41cbaf8
commit 80ed8580f2
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
use strict;
use Test::More;
use Data::Dumper;
# CONSTANTS
@ -41,7 +42,7 @@ my @notManagedAttributes = (
# Other ini-only prms
'configStorage', 'status', 'localStorageOptions', 'localStorage',
'max2FDevices', 'max2FDevicesNameLength',
'max2FDevices', 'max2FDevicesNameLength', 'logLevel',
);
# Words used either as attribute name and node title

View File

@ -9,7 +9,7 @@ BEGIN {
require 't/test-lib.pm';
}
my $debug = 'debug';
my $debug = 'error';
my ( $op, $rp, $res );
my %handlerOR = ( op => [], rp => [] );