Code

Fixes so the tests use commit and not close
[roundup.git] / test / test_schema.py
index 4367e1e0096d40381b98e67fdcae2671dd48f7a0..5b2127c45dd09a47a5aeb03d09e22577c7fffd2e 100644 (file)
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: test_schema.py,v 1.5 2001-10-09 07:25:59 richard Exp $ 
+# $Id: test_schema.py,v 1.6 2001-12-03 21:33:39 richard Exp $ 
 
 import unittest, os, shutil
 
@@ -35,7 +35,6 @@ class SchemaTestCase(unittest.TestCase):
         self.db.clear()
 
     def tearDown(self):
-        self.db.close()
         shutil.rmtree('_test_dir')
 
     def testA_Status(self):
@@ -76,6 +75,10 @@ def suite():
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.5  2001/10/09 07:25:59  richard
+# Added the Password property type. See "pydoc roundup.password" for
+# implementation details. Have updated some of the documentation too.
+#
 # Revision 1.4  2001/08/07 00:24:43  richard
 # stupid typo
 #