blob: a84a58b7d9933c830b51f44ea00d210dd679863b [file] [log] [blame]
/****************************************************************************
* Copyright (c) 2009, 2010 REMAIN B.V. The Netherlands. (http://www.remainsoftware.com).
*
* 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:
* A. Aadel - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*****************************************************************************/
package org.eclipse.ecf.tests.provider.zookeeper;
import org.eclipse.ecf.core.identity.IDFactory;
import org.eclipse.ecf.provider.zookeeper.core.ZooDiscoveryNamespace;
import org.eclipse.ecf.tests.discovery.ServiceInfoTest;
public class ZooDiscoveryServiceInfoTest extends ServiceInfoTest {
public ZooDiscoveryServiceInfoTest() {
super(IDFactory.getDefault().getNamespaceByName(
ZooDiscoveryNamespace.NAME));
}
}