Mercurial > p > roundup > code
diff test/db_test_base.py @ 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 | 1b57d8f3eb97 |
| children | 491fdb189a12 |
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',
