From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 13 Dec 2020 09:09:35 +0000 (+0100)
Subject: privoxy-regression-test: Replace an XXX comment with a better one
X-Git-Tag: v_3_0_30~270^2~9
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/coding.html?a=commitdiff_plain;h=3a58973cba633709edb6e1f1fd0f18a84f004e85;p=privoxy.git

privoxy-regression-test: Replace an XXX comment with a better one
---

diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl
index 4c305a35..49d2804f 100755
--- a/tools/privoxy-regression-test.pl
+++ b/tools/privoxy-regression-test.pl
@@ -47,7 +47,8 @@ use constant {
     CLI_LOOPS     => 1,
     CLI_MAX_TIME  => 5,
     CLI_MIN_LEVEL => 0,
-    # XXX: why limit at all?
+    # The reason for a maximum test level is explained in the
+    # perldoc section TEST LEVELS near the end of this file.
     CLI_MAX_LEVEL => 100,
     CLI_FORKS     => 0,
     CLI_SLEEP_TIME => 0,