Skip to content

Commit

Permalink
Removed TestParse.maxDiff; Renamed TestParse to TestEntryRecords
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Feb 9, 2016
1 parent 1f08ca6 commit c3daabf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/t_ldif.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
from io import StringIO


class TestParse(unittest.TestCase):
maxDiff = None
class TestEntryRecords(unittest.TestCase):

def _parse_entry_records(self, ldif_string, maxentries):
return ldif.ParseLDIF(StringIO(ldif_string), maxentries=maxentries)
Expand Down

0 comments on commit c3daabf

Please sign in to comment.