blob: fdc0205241d49b6228305ec1fffab7d5320534c8 [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.provider.zookeeper.core.ZooDiscoveryContainerInstantiator;
import org.eclipse.ecf.tests.discovery.DiscoveryTestsWithoutRegister;
public class ZooDiscoveryWithoutRegTest extends DiscoveryTestsWithoutRegister {
public ZooDiscoveryWithoutRegTest() {
super(ZooDiscoveryContainerInstantiator.NAME);
}
}