File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ ----------------------------------------------------------------
2
+ Released 2.4.39 2017-05-xx
3
+
4
+ Changes since 2.4.38:
5
+
6
+ Lib/slapdtest.py
7
+ * Removed obsolete assert statements
8
+
1
9
----------------------------------------------------------------
2
10
Released 2.4.38 2017-04-28
3
11
@@ -1432,4 +1440,4 @@ Released 2.0.0pre02 2002-02-01
1432
1440
----------------------------------------------------------------
1433
1441
Released 1.10alpha3 2000-09-19
1434
1442
1435
- $Id: CHANGES,v 1.443 2017/04/28 09:03:22 stroeder Exp $
1443
+ $Id: CHANGES,v 1.445 2017/04/28 20:04:34 stroeder Exp $
Original file line number Diff line number Diff line change 4
4
5
5
See http://www.python-ldap.org/ for details.
6
6
7
- $Id: slapdtest.py,v 1.10 2017/04/28 08:59:09 stroeder Exp $
7
+ $Id: slapdtest.py,v 1.11 2017/04/28 20:01:50 stroeder Exp $
8
8
9
9
Python compability note:
10
10
This module only works with Python 2.7.x since
@@ -126,9 +126,6 @@ def __init__(self):
126
126
self .ldap_uri = "ldap://%s:%d/" % (LOCALHOST , self ._port )
127
127
ldapi_path = os .path .join (self .testrundir , 'ldapi' )
128
128
self .ldapi_uri = "ldapi://%s" % urllib .quote_plus (ldapi_path )
129
- assert self .suffix .startswith ("dc=" )
130
- assert self .root_dn .startswith ("cn=" )
131
- assert self .root_dn .endswith ("," + self .suffix )
132
129
133
130
def _setup_rundir (self ):
134
131
"""
You can’t perform that action at this time.
0 commit comments