More comments

environments/ppa-mbqj77/deployments/1
Xavier Guimard 10 years ago
parent fdc6bbed67
commit e2745c5e83
  1. 2
      lemonldap-ng-manager/t/02-HTML-template.t
  2. 3
      lemonldap-ng-manager/t/03-HTML-forms.t
  3. 3
      lemonldap-ng-manager/t/05-rest-api.t
  4. 2
      lemonldap-ng-manager/t/06-rest-api.t
  5. 2
      lemonldap-ng-manager/t/10-save-unchanged-conf.t
  6. 3
      lemonldap-ng-manager/t/12-save-changed-conf.t
  7. 2
      lemonldap-ng-manager/t/20-test-coverage.t
  8. 2
      lemonldap-ng-manager/t/40-sessions.t
  9. 2
      lemonldap-ng-manager/t/50-notifications.t
  10. 2
      lemonldap-ng-manager/t/90-translations.t

@ -1,4 +1,6 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify just that '/' requests returns HTML
use Test::More;
use strict;

@ -1,4 +1,7 @@
#!/usr/bin/env perl -I pl/lib
#
# Check that HTML forms exists for all types of parameter and that no HTML
# forms are unused
use Test::More;
use strict;

@ -1,4 +1,7 @@
#!/usr/bin/env perl -I pl/lib
#
# Test REST API with valid and invalid requests.
# Check also metadatas request (root of a conf)
use Test::More;
use JSON::MaybeXS;

@ -1,4 +1,6 @@
#!/usr/bin/env perl
#
# Test RSA key generation
use Test::More;
use strict;

@ -1,4 +1,6 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify that an unmodified configuration is rejected
use Test::More;
use strict;

@ -1,4 +1,7 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify that a modified configuration can be saved and that all changes are
# detected
use Test::More;
use strict;

@ -1,4 +1,6 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify that all attributes owns a test
use Test::More;
use strict;

@ -1,4 +1,6 @@
#!/usr/bin/env perl -I pl/lib
#
# Test sessions explorer API
use Test::More;
use JSON::MaybeXS;

@ -1,4 +1,6 @@
#!/usr/bin/env perl -I pl/lib
#
# Test notifications explorer API
use Test::More;
use strict;

@ -1,4 +1,6 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify that languages translation cover all `trspan`
use Test::More;
use JSON::MaybeXS;

Loading…
Cancel
Save