Mercurial > p > roundup > code
diff test/test_db.py @ 1156:d0da32fbdedc
gadfly backend now complete
can handle schema changes in non-Multilinks (though only one at a time
at present)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 16 Sep 2002 08:04:46 +0000 |
| parents | c7119e74fcf8 |
| children | 14467c765167 |
line wrap: on
line diff
--- a/test/test_db.py Mon Sep 16 06:51:13 2002 +0000 +++ b/test/test_db.py Mon Sep 16 08:04:46 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: test_db.py,v 1.46 2002-09-13 08:20:13 richard Exp $ +# $Id: test_db.py,v 1.47 2002-09-16 08:04:46 richard Exp $ import unittest, os, shutil, time @@ -576,10 +576,6 @@ id2 = self.db.issue.create(title="eggs", status='2') self.assertNotEqual(id1, id2) - def testNewProperty(self): - # gadfly doesn't have an ALTER TABLE command :( - pass - class gadflyReadOnlyDBTestCase(anydbmReadOnlyDBTestCase): def setUp(self): from roundup.backends import gadfly
