Mercurial > p > roundup > code
changeset 5880:e9221d8ad3ba
Fix admin security role test; missing new permisions.
Added rest and xmlrpc access roles.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 28 Sep 2019 00:05:40 -0400 |
| parents | 94a7669677ae |
| children | 9938c40e03bc |
| files | test/db_test_base.py |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/db_test_base.py Fri Sep 27 23:29:59 2019 -0400 +++ b/test/db_test_base.py Sat Sep 28 00:05:40 2019 -0400 @@ -2571,6 +2571,8 @@ ' User may retire everything (Retire)\n', ' User may view everything (View)\n', ' User may access the web interface (Web Access)\n', + ' User may access the rest interface (Rest Access)\n', + ' User may access the xmlrpc interface (Xmlrpc Access)\n', ' User may manipulate user Roles through the web (Web Roles)\n', ' User may use the email interface (Email Access)\n', 'Role "anonymous":\n', 'Role "user":\n',
