diff --git a/scripts/test-perf.pl b/scripts/test-perf.pl index 239b21b63..e73447f5a 100644 --- a/scripts/test-perf.pl +++ b/scripts/test-perf.pl @@ -63,7 +63,7 @@ for ( my $i = 0 ; $i < NB ; $i++ ) { my $time2 = time() - $time; push @menu, $time2; $request = new HTTP::Request( 'GET', 'http://127.0.0.1:19876/' ); - $request->header( Host => 'test.example.com' ); + $request->header( Host => 'test1.example.com' ); $request->header( "Cookie", $cookie ); for ( my $j = 0 ; $j < 5 ; $j++ ) { @@ -78,7 +78,7 @@ for ( my $i = 0 ; $i < NB ; $i++ ) { print "Result +-----+-----------+----------+---------+-----------------------------------------+ -| Req | Auth form | Post req | Menu | 5 access to test.example.com +| Req | Auth form | Post req | Menu | 5 access to test1.example.com | +-----+-----------+----------+---------+-----------------------------------------+ "; diff --git a/scripts/testConfBackend.pl b/scripts/testConfBackend.pl index 55a9d71e8..8cc691674 100755 --- a/scripts/testConfBackend.pl +++ b/scripts/testConfBackend.pl @@ -18,7 +18,7 @@ Usage: $0 --module= --ini=path/to/lemonldap-ng.ini --options='{ some => "parameter" }' must be the last word of Perl package: file must be named -Lemonldap::NG::Common::Conf::New +Lemonldap::NG::Common::Conf::Backend:: ); exit 1;