]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netcmd: Fix typos in offline domain backup test
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 16 Mar 2021 09:46:02 +0000 (22:46 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 24 Mar 2021 00:46:31 +0000 (00:46 +0000)
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

python/samba/tests/domain_backup_offline.py

index 16d3e7c36f42cd45d5c252c466c5c1e9e0d2fc89..23300ac91b7bb8a0a50b18fabbb5f46b609fbaca 100644 (file)
@@ -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):