diff --git a/DNSLG/Formatter.py b/DNSLG/Formatter.py index 51524b9..3e96b0a 100644 --- a/DNSLG/Formatter.py +++ b/DNSLG/Formatter.py @@ -696,9 +696,9 @@ html_template = """

Response is name .

Response flags are: .

-

Time-to-Live of this answer is :

No data was found.

@@ -718,7 +718,7 @@ address_html_template = """ mx_html_template = """ Mail Exchanger: (preference ) """ -# TODO: better presentation of "admin" (replacement of . by @ and mailto: URL) +# TODO: better presentation of "admin" (replacement of . by @ and mailto: URL). See nic.in for an example of a broken zone, in that respect. # TODO: better presentation of intervals? (Weeks, days, etc) soa_html_template = """ Start Of Authority: Zone administrator , master server , serial number , refresh interval s, retry interval s, expiration delay s, negative reply TTL s diff --git a/tests.sh b/tests.sh index bf0953a..9120bc7 100755 --- a/tests.sh +++ b/tests.sh @@ -82,6 +82,14 @@ for type in LOC; do done done done +delay +for type in TXT; do + for domain in several-records.generic-nic.net several-strings.generic-nic.net ; do + for format in text zone xml html json; do + ${WEB} ${URL}/${domain}/${type}?format=${format} + done + done +done for type in DS; do for domain in bortzmeyer.fr isc.org; do for format in text zone xml html json; do