Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
a3c3fe9f
Commit
a3c3fe9f
authored
Jan 24, 2016
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tests
parent
17fd027c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile
Makefile
+3
-3
lemonldap-ng-manager/t/03-HTML-forms.t
lemonldap-ng-manager/t/03-HTML-forms.t
+1
-0
No files found.
Makefile
View file @
a3c3fe9f
...
...
@@ -252,13 +252,13 @@ ${SRCMANAGERDIR}/Makefile:
common
:
common_conf
@
$(MAKE)
-C
${SRCCOMMONDIR}
handler
:
handler_conf
handler
:
handler_conf
common
@
$(MAKE)
-C
${SRCHANDLERDIR}
portal
:
portal_conf
portal
:
portal_conf
common
@
$(MAKE)
-C
${SRCPORTALDIR}
manager
:
manager_conf
manager
:
manager_conf
handler
$(MAKE)
-C
${SRCMANAGERDIR}
test
:
all common_test handler_test portal_test manager_test extra_test
...
...
lemonldap-ng-manager/t/03-HTML-forms.t
View file @
a3c3fe9f
...
...
@@ -19,6 +19,7 @@ my %forms = map { s/\.html$// ? ( $_ => 1 ) : () } readdir D;
close
D
;
delete
$forms
{
white
};
delete
$forms
{
mini
};
delete
$forms
{
restore
};
my
(
@types
,
$attr
,
$tree
,
$ctrees
);
...
...
Write
Preview
Markdown
is supported
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