hpackcheck.py: Remove sorting to check ordering requirements

This commit is contained in:
Tatsuhiro Tsujikawa 2014-08-06 20:34:51 +09:00
parent 86b089f957
commit 9c1a956e47
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ def testsuite(testdata):
expected_hdrs = [(list(x.keys())[0],
list(x.values())[0]) for x in item['headers']]
hdrs.sort()
expected_hdrs.sort()
if hdrs != expected_hdrs:
if 'seqno' in item:
seqno = item['seqno']