mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
r26506: Start running (really trivial) tests for upgrade script.
This commit is contained in:
committed by
Stefan Metzmacher
parent
d240225166
commit
73bd4a9566
@@ -25,4 +25,4 @@ class RegkeyDnTests(TestCase):
|
||||
self.assertEquals("hive=NONE", regkey_to_dn(""))
|
||||
|
||||
def test_nested(self):
|
||||
self.assertEquals("key=foo,key=bar,hive=NONE", regkey_to_dn("foo/bar"))
|
||||
self.assertEquals("key=bar,key=foo,hive=NONE", regkey_to_dn("foo/bar"))
|
||||
|
||||
Reference in New Issue
Block a user