Mercurial > p > roundup > code
comparison test/test_security.py @ 1090:9b910e8d987d
removed Log
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 00:19:55 +0000 |
| parents | ef9c759c243e |
| children | bd3b57859c37 |
comparison
equal
deleted
inserted
replaced
| 1089:43ab730ee194 | 1090:9b910e8d987d |
|---|---|
| 16 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 16 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 17 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 17 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 18 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 18 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 19 # SOFTWARE. | 19 # SOFTWARE. |
| 20 | 20 |
| 21 # $Id: test_security.py,v 1.3 2002-07-29 21:53:29 richard Exp $ | 21 # $Id: test_security.py,v 1.4 2002-09-10 00:19:55 richard Exp $ |
| 22 | 22 |
| 23 import os, unittest, shutil | 23 import os, unittest, shutil |
| 24 | 24 |
| 25 from roundup.password import Password | 25 from roundup.password import Password |
| 26 from test_db import setupSchema, MyTestCase, config | 26 from test_db import setupSchema, MyTestCase, config |
| 102 | 102 |
| 103 def suite(): | 103 def suite(): |
| 104 return unittest.makeSuite(PermissionTest) | 104 return unittest.makeSuite(PermissionTest) |
| 105 | 105 |
| 106 | 106 |
| 107 # | |
| 108 # $Log: not supported by cvs2svn $ | |
| 109 # Revision 1.2 2002/07/26 08:27:00 richard | |
| 110 # Very close now. The cgi and mailgw now use the new security API. The two | |
| 111 # templates have been migrated to that setup. Lots of unit tests. Still some | |
| 112 # issue in the web form for editing Roles assigned to users. | |
| 113 # | |
| 114 # Revision 1.1 2002/07/25 07:14:06 richard | |
| 115 # Bugger it. Here's the current shape of the new security implementation. | |
| 116 # Still to do: | |
| 117 # . call the security funcs from cgi and mailgw | |
| 118 # . change shipped templates to include correct initialisation and remove | |
| 119 # the old config vars | |
| 120 # ... that seems like a lot. The bulk of the work has been done though. Honest :) | |
| 121 # | |
| 122 # Revision 1.1 2002/07/10 06:40:01 richard | |
| 123 # ehem, forgot to add | |
| 124 # | |
| 125 # | |
| 126 # | |
| 127 # vim: set filetype=python ts=4 sw=4 et si | 107 # vim: set filetype=python ts=4 sw=4 et si |
