Mercurial > p > roundup > code
diff test/test_init.py @ 908:a8d80ffe37cc
Removed the unnecessary volatiledb and the related complications.
Security much simpler and self-contained now.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 29 Jul 2002 00:56:06 +0000 |
| parents | 502a5ae11cc5 |
| children | 9b910e8d987d |
line wrap: on
line diff
--- a/test/test_init.py Mon Jul 29 00:54:41 2002 +0000 +++ b/test/test_init.py Mon Jul 29 00:56:06 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.14 2002-07-26 08:27:00 richard Exp $ +# $Id: test_init.py,v 1.15 2002-07-29 00:56:06 richard Exp $ import unittest, os, shutil, errno, imp, sys @@ -91,7 +91,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,11 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.14 2002/07/26 08:27:00 richard +# 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. +# # Revision 1.13 2002/07/14 02:05:54 richard # . all storage-specific code (ie. backend) is now implemented by the backends #
