Fix compilation problem with zone_test.go (s/test.Domain/test.domain/).

This commit is contained in:
Red Daly 2014-10-16 14:01:13 -07:00
parent e39d11792c
commit 68fbdf7e65

View File

@ -50,7 +50,7 @@ func TestNewMDNSService_BadParams(t *testing.T) {
_, err := NewMDNSService( _, err := NewMDNSService(
"instance name", "instance name",
"_http._tcp", "_http._tcp",
test.Domain, test.domain,
test.hostName, test.hostName,
80, // port 80, // port
[]net.IP{net.IP([]byte{192, 168, 0, 42})}, []net.IP{net.IP([]byte{192, 168, 0, 42})},