diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-03-04 09:26:40 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-03-04 22:07:24 +0100 |
commit | 2275bfb82d82e574f211389dc5ff9c594e8cb82c (patch) | |
tree | 3fd9d926c661e72ed84f017efc0d648616c9e55f /source4/dsdb | |
parent | 736a462c3e61500b9e53b76c6e5d743efa5a9e0a (diff) | |
download | samba-2275bfb82d82e574f211389dc5ff9c594e8cb82c.tar.gz samba-2275bfb82d82e574f211389dc5ff9c594e8cb82c.tar.bz2 samba-2275bfb82d82e574f211389dc5ff9c594e8cb82c.zip |
s4:ldap.py - remove a debug output
This has only been needed for developing this testcase and has been
forgotten to be removed afterwards.
Reviewed by: Tridge
Diffstat (limited to 'source4/dsdb')
-rwxr-xr-x | source4/dsdb/tests/python/ldap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/ldap.py b/source4/dsdb/tests/python/ldap.py index d324d40cc7..489c017650 100755 --- a/source4/dsdb/tests/python/ldap.py +++ b/source4/dsdb/tests/python/ldap.py @@ -2668,7 +2668,6 @@ class BaseDnTests(unittest.TestCase): res3 = self.ldb.search(res2[0]["dsServiceName"][0], scope=SCOPE_BASE, attrs=["msDS-Behavior-Version"]) self.assertEquals(len(res3), 1) - print res3[0] self.assertEquals(len(res3[0]["msDS-Behavior-Version"]), 1) self.assertEquals(int(res[0]["domainControllerFunctionality"][0]), int(res3[0]["msDS-Behavior-Version"][0])) |