mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
no txt-0
This commit is contained in:
@@ -1074,7 +1074,7 @@ func makeTests(t *testing.T) []*TestGroup {
|
|||||||
// update the AuditRecords().
|
// update the AuditRecords().
|
||||||
|
|
||||||
// Commented this one out. Nobody supports this or needs it.
|
// Commented this one out. Nobody supports this or needs it.
|
||||||
tc("a 0-byte TXT", txt("foo0", "")),
|
//tc("a 0-byte TXT", txt("foo0", "")),
|
||||||
|
|
||||||
tc("a 254-byte TXT", txt("foo254", strings.Repeat("B", 254))),
|
tc("a 254-byte TXT", txt("foo254", strings.Repeat("B", 254))),
|
||||||
tc("a 255-byte TXT", txt("foo255", strings.Repeat("C", 255))),
|
tc("a 255-byte TXT", txt("foo255", strings.Repeat("C", 255))),
|
||||||
|
|||||||
Reference in New Issue
Block a user