blob: 9d7f75d3ed821a61757017411924625d9bf699ec [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2010 REMAIN B.V. The Netherlands. (http://www.remainsoftware.com).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* A. Aadel - initial API and implementation
*******************************************************************************/
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));
}
}