commit | 75d818fa91c1794fc57ba7109cd9ff9cd150cd3c | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Sat Feb 26 03:44:03 2011 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Sat Feb 26 03:44:03 2011 +0000 |
tree | 123065fc62d8d6d36a808005dabde5cd2e61fe99 | |
parent | 94ca211372ae2f8f5f7e329c443657f73931336e [diff] [blame] |
Fix Issue10228 - Refleak run of test_dbm fails when several dbm modules are available (Patch by Ray.Allen)
diff --git a/Lib/test/test_dbm.py b/Lib/test/test_dbm.py index c1be7d9..74c9c44 100644 --- a/Lib/test/test_dbm.py +++ b/Lib/test/test_dbm.py
@@ -123,7 +123,7 @@ name = module.__name__ if name == 'dbm.dumb': continue # whichdb can't support dbm.dumb - test.support.unlink(_fname) + delete_files() f = module.open(_fname, 'c') f.close() self.assertEqual(name, dbm.whichdb(_fname))