summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba3.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/samba3.py')
-rw-r--r--python/samba/tests/samba3.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/tests/samba3.py b/python/samba/tests/samba3.py
index 0a7f13c66f..51d76dd94c 100644
--- a/python/samba/tests/samba3.py
+++ b/python/samba/tests/samba3.py
@@ -39,7 +39,7 @@ class RegistryTestCase(TestCase):
def setUp(self):
super(RegistryTestCase, self).setUp()
- self.registry = Registry(os.path.join(DATADIR, "registry.tdb"))
+ self.registry = Registry(os.path.join(DATADIR, "registry"))
def tearDown(self):
self.registry.close()
@@ -194,7 +194,7 @@ class IdmapDbTestCase(TestCase):
def setUp(self):
super(IdmapDbTestCase, self).setUp()
self.idmapdb = IdmapDatabase(os.path.join(DATADIR,
- "winbindd_idmap.tdb"))
+ "winbindd_idmap"))
def test_user_hwm(self):
self.assertEquals(10000, self.idmapdb.get_user_hwm())