blob: 9a0dbde332a50ef033837f2fda8397056d9adf8c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.compare.tests;
import junit.framework.TestCase;
public class UITest extends TestCase {
public UITest(String name) {
super(name);
}
public void testUI() {
// intentionally left empty
}
}