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

This commit is contained in:
Ezio Melotti 2010-01-24 21:47:59 +00:00
parent 469a05fe46
commit aab2401977
1 changed files with 1 additions and 1 deletions

View File

@ -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):