mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
Fix various Python-related bugs.
This commit is contained in:
@@ -34,4 +34,4 @@ class WinsUpgradeTests(LdbTestCase):
|
||||
def test_version(self):
|
||||
import_wins(self.ldb, {})
|
||||
self.assertEquals("VERSION",
|
||||
self.ldb.search(expression="(objectClass=winsMaxVersion)")[0]["cn"])
|
||||
str(self.ldb.search(expression="(objectClass=winsMaxVersion)")[0]["cn"]))
|
||||
|
||||
Reference in New Issue
Block a user