From: Remi Gacogne Date: Tue, 5 Dec 2023 14:20:52 +0000 (+0100) Subject: dnsdist: Remove left-over commented code in test_Caching.py X-Git-Tag: dnsdist-1.9.0-alpha4~23^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13537%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Remove left-over commented code in test_Caching.py --- diff --git a/regression-tests.dnsdist/test_Caching.py b/regression-tests.dnsdist/test_Caching.py index 7af2be9c9c..ad62715148 100644 --- a/regression-tests.dnsdist/test_Caching.py +++ b/regression-tests.dnsdist/test_Caching.py @@ -2936,12 +2936,6 @@ class TestCachingOfVeryLargeAnswers(DNSDistTest): query = dns.message.make_query(name, 'TXT', 'IN') response = dns.message.make_response(query) # we prepare a large answer - # for i in range(44): - # if len(content) > 0: - # content = content + ', ' - # content = content + (str(i)*50) - # # pad up to 4096 - # content = content + 'A'*42 content = '' for i in range(31): if len(content) > 0: