1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

getting tests setup for r53. Not mixing deletes and other changes in same changeset.

This commit is contained in:
Craig Peterson
2017-03-22 13:08:23 -06:00
parent 6dea5e30cf
commit 7073b8f989
3 changed files with 48 additions and 26 deletions

View File

@ -270,4 +270,6 @@ var tests = []*TestCase{
tc("Delete one", mx("@", 5, "foo2.com."), mx("@", 15, "foo3.com.")),
tc("Change to other name", mx("@", 5, "foo2.com."), mx("mail", 15, "foo3.com.")),
tc("Change Priority", mx("@", 7, "foo2.com."), mx("mail", 15, "foo3.com.")),
tc("IDN pre-punycoded", cname("xn--o-0gab", "xn--o-0gab.xn--o-0gab.")),
}