@ -44,7 +44,7 @@ Build-Depends-Indep: libapache-session-perl,
libxml-libxslt-perl,
libxml-simple-perl,
perl
Standards-Version: 4.1.1
Standards-Version: 4.1.2
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/lemonldap-ng.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/lemonldap-ng.git
Homepage: https://lemonldap-ng.org/
@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
use Plack::Runner;
use strict;
use warnings;
@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
use Test::More;
use JSON;
use Data::Dumper;
use Lemonldap::NG::Manager;
use Plack::Handler::CGI;
use Plack::Handler::FCGI;
#
# Verify just that '/' requests returns HTML
# Check that HTML forms exists for all types of parameter and that no HTML
# forms are unused
# Test RSA key generation
# Test if an UTF-8 char is well returned
# Verify that an unmodified configuration is rejected
# Verify that a modified configuration can be saved and that all changes are
# detected
# Verify that bas changes are detected
# Verify that all attributes owns a test
# Test sessions explorer API
# Test notifications explorer API
# Verify that all attributes are positionned in tree and that all leaf
# correspond to an attribute. Verify also that attributes and leafs are uniq
# Verify that languages translation cover all `trspan`
use Lemonldap::NG::Portal::Main;