summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2021-03-16 22:46:02 +1300
committerAndrew Bartlett <abartlet@samba.org>2021-03-24 00:46:31 +0000
commit17283de8fd967fbfe68f64b0cacb1e7aadf559fc (patch)
tree60fe56d8a0d31ff0776025624602d99fdf48f170 /python
parent05b17c98598168b6d74a3f2dd0d9973e3bf407c1 (diff)
downloadsamba-17283de8fd967fbfe68f64b0cacb1e7aadf559fc.tar.gz
netcmd: Fix typos in offline domain backup test
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Mar 24 00:46:31 UTC 2021 on sn-devel-184
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/domain_backup_offline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/tests/domain_backup_offline.py b/python/samba/tests/domain_backup_offline.py
index 16d3e7c36f4..23300ac91b7 100644
--- a/python/samba/tests/domain_backup_offline.py
+++ b/python/samba/tests/domain_backup_offline.py
@@ -93,13 +93,13 @@ class DomainBackupOfflineCmp(BlackboxTestCase):
def test_domain_backup_offline_untar_tdb(self):
self.untar_testcase('tdb')
- def test_domain_backup_offline_untar_mbd(self):
+ def test_domain_backup_offline_untar_mdb(self):
self.untar_testcase('mdb')
def test_domain_backup_offline_restore_tdb(self):
self.restore_testcase('tdb')
- def test_domain_backup_offline_restore_mbd(self):
+ def test_domain_backup_offline_restore_mdb(self):
self.restore_testcase('mdb')
def restore_testcase(self, backend):