blob: 40567cce97d93cd48f490d07ddbe996376f73d08 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Christian Pontesegger 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:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
addMetaData("author", "Christian Pontesegger");
addMetaData("license", "EPL v1.0");
// starts a simple test
startTest("empty", "an empty test case");
addMetaData("info", "this test does nothing")
endTest();