Commit 9c1a956e authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

hpackcheck.py: Remove sorting to check ordering requirements

parent 86b089f9
......@@ -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']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment