Mercurial > p > roundup > code
diff test/test_init.py @ 905:502a5ae11cc5
Very close now. The cgi and mailgw now use the new security API.
The two templates have been migrated to that setup. Lots of unit
tests. Still some issue in the web form for editing Roles assigned to
users.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 26 Jul 2002 08:27:00 +0000 |
| parents | 2dd862af72ee |
| children | a8d80ffe37cc |
line wrap: on
line diff
--- a/test/test_init.py Thu Jul 25 07:53:44 2002 +0000 +++ b/test/test_init.py Fri Jul 26 08:27:00 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: test_init.py,v 1.13 2002-07-14 02:05:54 richard Exp $ +# $Id: test_init.py,v 1.14 2002-07-26 08:27:00 richard Exp $ import unittest, os, shutil, errno, imp, sys @@ -60,7 +60,7 @@ l = db.keyword.list() ae(l, []) l = db.user.list() - ae(l, ['1']) + ae(l, ['1', '2']) l = db.msg.list() ae(l, []) l = db.file.list() @@ -155,6 +155,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.13 2002/07/14 02:05:54 richard +# . all storage-specific code (ie. backend) is now implemented by the backends +# # Revision 1.12 2002/07/11 01:13:13 richard # *** empty log message *** #
