From 2275bfb82d82e574f211389dc5ff9c594e8cb82c Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 4 Mar 2011 09:26:40 +0100 Subject: 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 --- source4/dsdb/tests/python/ldap.py | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/dsdb') 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])) -- cgit