1
0
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:
Jelmer Vernooij
2008-12-21 07:34:27 +01:00
parent f36ff0bac2
commit 6efb7ff981
10 changed files with 754 additions and 247 deletions

View File

@@ -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"]))