From ed71733fcc5fd516020c3682849f206ecda965ec Mon Sep 17 00:00:00 2001 From: Pierre LALET Date: Tue, 6 Jan 2015 09:44:08 +0100 Subject: [PATCH] Remove a now-useless workaround for issue #913 bug in regression tests --HG-- branch : issue-5105 --- test/regression.uts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/regression.uts b/test/regression.uts index b1bc365ad..52e1c5278 100644 --- a/test/regression.uts +++ b/test/regression.uts @@ -694,11 +694,7 @@ s.show(2) = DNS packet manipulation ~ netaccess DNS -* We have to recalculate IP and UDP length because -* DNS is not able to reassemble correctly dns_ans.show() -del(dns_ans[IP].len) -del(dns_ans[UDP].len) dns_ans.show2() dns_ans[DNS].an.show() DNS in IP(str(dns_ans))