Mercurial > p > roundup > code
diff tests/test_db.py @ 82:f1cffcad4903
Added id and log to tests files...
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 25 Jul 2001 04:34:31 +0000 |
| parents | e1ce700bd7b9 |
| children | d3dcac043ab0 |
line wrap: on
line diff
--- a/tests/test_db.py Wed Jul 25 04:21:24 2001 +0000 +++ b/tests/test_db.py Wed Jul 25 04:34:31 2001 +0000 @@ -1,3 +1,5 @@ +# $Id: test_db.py,v 1.4 2001-07-25 04:34:31 richard Exp $ + import unittest, os, shutil from roundup.backends import anydbm @@ -55,3 +57,7 @@ def suite(): return unittest.makeSuite(DBTestCase, 'test') + +# +# $Log: not supported by cvs2svn $ +#
