Skip to content

Commit

Permalink
be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Feb 29, 2016
1 parent 2d57f9d commit d48b822
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/t_ldif.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
See http://www.python-ldap.org/ for details.
$Id: t_ldif.py,v 1.14 2016/02/29 18:55:59 stroeder Exp $
$Id: t_ldif.py,v 1.15 2016/02/29 18:56:43 stroeder Exp $
"""

# from Python's standard lib
Expand Down Expand Up @@ -73,11 +73,13 @@ def check_entry_records(
ldif_string = textwrap.dedent(ldif_string).lstrip() + '\n'
parsed_entry_records = parse_records(
ldif_string,
record_type='entry',
ignored_attr_types=ignored_attr_types,
max_entries=max_entries,
)
parsed_entry_records2 = parse_records(
unparse_records(entry_records),
record_type='entry',
ignored_attr_types=ignored_attr_types,
max_entries=max_entries,
)
Expand Down

0 comments on commit d48b822

Please sign in to comment.