Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
05442c65
Commit
05442c65
authored
Jul 08, 2016
by
HERBERT Ryan
Browse files
add all access to admin in tests
parent
622942ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/testRunner.py
View file @
05442c65
...
...
@@ -118,6 +118,10 @@ db.auth_permission.insert(group_id = fake_group_id,
table_name
=
"sample_set"
,
record_id
=
0
)
db
.
auth_permission
.
insert
(
group_id
=
fake_group_id
,
name
=
PermissionEnum
.
access
.
value
,
table_name
=
"sample_set"
,
record_id
=
0
)
db
.
auth_permission
.
insert
(
group_id
=
fake_group_id
,
name
=
PermissionEnum
.
access
.
value
,
table_name
=
"config"
,
...
...
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