Mercurial > p > roundup > code
comparison test/db_test_base.py @ 5139:e098536107ea
update: 1c90f15a177f requires an update to the tests to account for the new Restore permission
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 09 Jul 2016 19:35:56 -0400 |
| parents | 8901cc4ef0e0 |
| children | 6ae426092d7d |
comparison
equal
deleted
inserted
replaced
| 5138:c54720396f40 | 5139:e098536107ea |
|---|---|
| 2154 self.assertEqual(soutput, [ 'New Web users get the Role "User"\n', | 2154 self.assertEqual(soutput, [ 'New Web users get the Role "User"\n', |
| 2155 'New Email users get the Role "User"\n', | 2155 'New Email users get the Role "User"\n', |
| 2156 'Role "admin":\n', | 2156 'Role "admin":\n', |
| 2157 ' User may create everything (Create)\n', | 2157 ' User may create everything (Create)\n', |
| 2158 ' User may edit everything (Edit)\n', | 2158 ' User may edit everything (Edit)\n', |
| 2159 ' User may restore everything (Restore)\n', | |
| 2159 ' User may retire everything (Retire)\n', | 2160 ' User may retire everything (Retire)\n', |
| 2160 ' User may view everything (View)\n', | 2161 ' User may view everything (View)\n', |
| 2161 ' User may access the web interface (Web Access)\n', | 2162 ' User may access the web interface (Web Access)\n', |
| 2162 ' User may manipulate user Roles through the web (Web Roles)\n', | 2163 ' User may manipulate user Roles through the web (Web Roles)\n', |
| 2163 ' User may use the email interface (Email Access)\n', | 2164 ' User may use the email interface (Email Access)\n', |
