diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index f915bfb7b..c394e8a64 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -1088,8 +1088,8 @@ func makeTests(t *testing.T) []*TestGroup { tc("TXT with 1 backtick", txt("foobt", "blah`blah")), tc("TXT with 1 double-quotes", txt("foodq", `quo"te`)), tc("TXT with 2 double-quotes", txt("foodqs", `q"uo"te`)), - //tc("TXT with 1 backslash", txt("fooosbs", `back\slash`)), - clear(), + tc("TXT with 1 backslash", txt("fooosbs", `back\slash`)), + //clear(), tc("TXT interior ws", txt("foosp", "with spaces")), tc("TXT trailing ws", txt("foows1", "with space at end ")), @@ -1099,7 +1099,7 @@ func makeTests(t *testing.T) []*TestGroup { //clear(), // TODO(tlim): Re-add this when we fix the RFC1035 escaped-quotes issue. - //tc("Create TXT with frequently escaped characters", txt("fooex", `!^.*$@#%^&()([][{}{<> 30 days. Setting %s from %d to 2592000\n", rec.GetLabelFQDN(), rec.TTL) rec.TTL = 2592000 } - //if rec.Type == "TXT" { - // rec.SetTarget("\"" + rec.GetTargetField() + "\"") // FIXME(tlim): Should do proper quoting. - //} if rec.Type == "NS" && rec.GetLabel() == "@" { if !strings.HasSuffix(rec.GetTargetField(), ".gandi.net.") { printer.Warnf("Gandi does not support changing apex NS records. Ignoring %s\n", rec.GetTargetField())