diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-24 02:35:35 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-24 02:35:35 (GMT) |
commit | 77c06fbf942bf4c532d0f8d6f254882a9e5957ec (patch) | |
tree | c892e2501626f2657386eb39c524611215ded052 /Lib/bsddb/test/test_dbtables.py | |
parent | b808c5cf2da088e66f43de61d3c5d741b134f419 (diff) | |
download | cpython-77c06fbf942bf4c532d0f8d6f254882a9e5957ec.zip cpython-77c06fbf942bf4c532d0f8d6f254882a9e5957ec.tar.gz cpython-77c06fbf942bf4c532d0f8d6f254882a9e5957ec.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/bsddb/test/test_dbtables.py')
-rw-r--r-- | Lib/bsddb/test/test_dbtables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/test/test_dbtables.py b/Lib/bsddb/test/test_dbtables.py index a346585..bfa7586 100644 --- a/Lib/bsddb/test/test_dbtables.py +++ b/Lib/bsddb/test/test_dbtables.py @@ -233,7 +233,7 @@ class TableDBTestCase(unittest.TestCase): assert len(values) == 1, values assert values[0]['d'] == "is for dog", values assert values[0]['a'] == "is for aardvark", values - + def test_Delete(self): tabname = "test_Delete" self.tdb.CreateTable(tabname, ['x', 'y', 'z']) |