Fix unit tests & Version

Moo
Christophe Maudoux 5 years ago
parent 097ddc4251
commit 9bf915b5dc
  1. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Constants.pm
  2. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
  3. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/ReConstants.pm
  4. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/StatusConstants.pm
  5. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  6. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  7. 2
      lemonldap-ng-manager/t/70-viewer.t
  8. 2
      lemonldap-ng-manager/t/71-viewer-with-no-diff.t
  9. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Constants.pm

@ -5,7 +5,7 @@ use strict;
use Exporter 'import';
use base qw(Exporter);
our $VERSION = '2.0.8';
our $VERSION = '2.0.9';
# CONSTANTS

@ -1,7 +1,7 @@
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package Lemonldap::NG::Common::Conf::DefaultValues;
our $VERSION = '2.0.8';
our $VERSION = '2.0.9';
sub defaultValues {
return {

@ -5,7 +5,7 @@ use strict;
use Exporter 'import';
use base qw(Exporter);
our $VERSION = '2.0.8';
our $VERSION = '2.0.9';
our %EXPORT_TAGS = ( 'all' => [qw($simpleHashKeys $doubleHashKeys $specialNodeKeys $casAppMetaDataNodeKeys $casSrvMetaDataNodeKeys $oidcOPMetaDataNodeKeys $oidcRPMetaDataNodeKeys $samlIDPMetaDataNodeKeys $samlSPMetaDataNodeKeys $virtualHostKeys $specialNodeHash $authParameters $issuerParameters $samlServiceParameters $oidcServiceParameters $casServiceParameters)] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

@ -4,7 +4,7 @@ package Lemonldap::NG::Handler::Lib::StatusConstants;
use strict;
use Exporter 'import';
our $VERSION = '2.0.8';
our $VERSION = '2.0.9';
sub portalConsts {
return {

@ -1,7 +1,7 @@
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package Lemonldap::NG::Manager::Attributes;
our $VERSION = '2.0.8';
our $VERSION = '2.0.9';
sub perlExpr {
my ( $val, $conf ) = @_;

@ -6,7 +6,7 @@
package Lemonldap::NG::Manager::Build::Attributes;
our $VERSION = '2.0.8';
our $VERSION = '2.0.9';
use strict;
use Regexp::Common qw/URI/;

@ -18,7 +18,7 @@ sub body {
# Test that key value is sent
my $res = &client->jsonResponse('/view/1/portalDisplayOidcConsents');
ok( $res->{value} eq '$_oidcConnectedRP', 'Key found' );
ok( $res->{value} eq '$_oidcConsents', 'Key found' );
count(1);
# Test that hidden key values are NOT sent

@ -44,7 +44,7 @@ count(2);
# Test that Conf key value is sent
$res = $client2->jsonResponse('/view/2/portalDisplayOidcConsents');
ok( $res->{value} eq '$_oidcConnectedRP', 'Key found' )
ok( $res->{value} eq '$_oidcConsents', 'Key found' )
or print STDERR Dumper($res);
count(1);

@ -4,7 +4,7 @@ package Lemonldap::NG::Portal::Main::Constants;
use strict;
use Exporter 'import';
our $VERSION = '2.0.8';
our $VERSION = '2.0.9';
use constant HANDLER => 'Lemonldap::NG::Handler::PSGI::Main';
use constant {

Loading…
Cancel
Save