From e4b32cb0d44ce7e5b068f8b9f6ce0567d79426aa Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 1 Aug 2010 22:12:04 +0200 Subject: s4:ldap.py - remove superflous spaces Sorry, forgot to delete them in the last commit --- source4/dsdb/tests/python/ldap.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/dsdb/tests') diff --git a/source4/dsdb/tests/python/ldap.py b/source4/dsdb/tests/python/ldap.py index 728c537015..6ef8b6c7d0 100755 --- a/source4/dsdb/tests/python/ldap.py +++ b/source4/dsdb/tests/python/ldap.py @@ -688,8 +688,6 @@ class BasicTests(unittest.TestCase): except LdbError, (num, _): self.assertEquals(num, ERR_UNWILLING_TO_PERFORM) - - self.ldb.add({ "dn": "cn=ldaptestgroup,cn=users," + self.base_dn, "objectclass": "group"}) -- cgit