blob: 78573de96b8f829764a90e3f2539fc827917b27b [file] [log] [blame]
/*
* Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
* 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:
* Eike Stepper - initial API and implementation
*/
package org.eclipse.emf.cdo.tests;
import junit.framework.Test;
import junit.framework.TestSuite;
/**
* @author Eike Stepper
*/
public class AllTestsMEMBranchesUUIDs extends AllConfigs
{
public static Test suite()
{
return new AllTestsMEMBranchesUUIDs().getTestSuite(AllConfigs.class.getName());
}
@Override
protected void initConfigSuites(TestSuite parent)
{
addScenario(parent, COMBINED, MEM_BRANCHES_UUIDS, JVM, NATIVE);
}
}