blob: 71b4d07aab5e45ead49b25945ef0f432bf5319ab [file] [log] [blame]
/****************************************************************************
* Copyright (c) 2013 Markus Alexander Kuppe and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Markus Alexander Kuppe - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*****************************************************************************/
package org.eclipse.ecf.tests.provider.jmdns;
import org.eclipse.ecf.tests.discovery.DiscoveryServiceRegistryTest;
public class JMDNSDiscoveryServiceRegistryTest extends DiscoveryServiceRegistryTest {
public JMDNSDiscoveryServiceRegistryTest() {
super("ecf.discovery.jmdns");
setHostname(System.getProperty("net.mdns.interface", "127.0.0.1"));
}
}