Skip to content

Commit 04e2b53

Browse files
committed
Fix admin security role test; missing new permisions.
Added rest and xmlrpc access roles.
1 parent 8bbf8ca commit 04e2b53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/db_test_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,6 +2571,8 @@ def stdoutwrite(s):
25712571
' User may retire everything (Retire)\n',
25722572
' User may view everything (View)\n',
25732573
' User may access the web interface (Web Access)\n',
2574+
' User may access the rest interface (Rest Access)\n',
2575+
' User may access the xmlrpc interface (Xmlrpc Access)\n',
25742576
' User may manipulate user Roles through the web (Web Roles)\n',
25752577
' User may use the email interface (Email Access)\n',
25762578
'Role "anonymous":\n', 'Role "user":\n',

0 commit comments

Comments
 (0)