blob: e12f44adc3006270d9c0d93bbce4c513bac61c1b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 Steffen Pingel and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Steffen Pingel - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.trac.tests;
import junit.framework.TestCase;
public class EmptyTest extends TestCase {
public void testNothing() {
System.out.println("## Testing Nothing for Trac");
}
}