blob: ae70ad41fc301628001ec655a47e9aa510ada4f7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2011 Attensity Europe GmbH and brox IT Solutions GmbH. 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: Drazen Cindric (Attensity Europe GmbH) - initial implementation
**********************************************************************************************************************/
package org.eclipse.smila.clusterconfig.test;
import junit.framework.TestCase;
/**
* Test class for cluster config service.
*/
public class TestClusterConfig extends TestCase {
/** dummy test. */
public void testDummy() {
}
}