Commit aab24019 authored by Ezio Melotti's avatar Ezio Melotti

#7269: fix failures in test_bsddb3. Patch by Florent Xicluna.

parent 469a05fe
......@@ -10,7 +10,7 @@ from test_all import db, dbshelve, hashopen, test_support, get_new_environment_p
class MiscTestCase(unittest.TestCase):
def setUp(self):
self.filename = self.__class__.__name__ + '.db'
self.filename = get_new_database_path()
self.homeDir = get_new_environment_path()
def tearDown(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment