Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
e2745c5e
Commit
e2745c5e
authored
Jan 07, 2016
by
Yadd
Browse files
More comments
parent
fdc6bbed
Changes
10
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-manager/t/02-HTML-template.t
View file @
e2745c5e
#!/usr/bin/env perl -I pl/lib
#
# Verify just that '/' requests returns HTML
use
Test::
More
;
use
strict
;
...
...
lemonldap-ng-manager/t/03-HTML-forms.t
View file @
e2745c5e
#!/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
;
...
...
lemonldap-ng-manager/t/05-rest-api.t
View file @
e2745c5e
#!/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
;
...
...
lemonldap-ng-manager/t/06-rest-api.t
View file @
e2745c5e
#!/usr/bin/env perl
#
# Test RSA key generation
use
Test::
More
;
use
strict
;
...
...
lemonldap-ng-manager/t/10-save-unchanged-conf.t
View file @
e2745c5e
#!/usr/bin/env perl -I pl/lib
#
# Verify that an unmodified configuration is rejected
use
Test::
More
;
use
strict
;
...
...
lemonldap-ng-manager/t/12-save-changed-conf.t
View file @
e2745c5e
#!/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
;
...
...
lemonldap-ng-manager/t/20-test-coverage.t
View file @
e2745c5e
#!/usr/bin/env perl -I pl/lib
#
# Verify that all attributes owns a test
use
Test::
More
;
use
strict
;
...
...
lemonldap-ng-manager/t/40-sessions.t
View file @
e2745c5e
#!/usr/bin/env perl -I pl/lib
#
# Test sessions explorer API
use
Test::
More
;
use
JSON::
MaybeXS
;
...
...
lemonldap-ng-manager/t/50-notifications.t
View file @
e2745c5e
#!/usr/bin/env perl -I pl/lib
#
# Test notifications explorer API
use
Test::
More
;
use
strict
;
...
...
lemonldap-ng-manager/t/90-translations.t
View file @
e2745c5e
#!/usr/bin/env perl -I pl/lib
#
# Verify that languages translation cover all `trspan`
use
Test::
More
;
use
JSON::
MaybeXS
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment