]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.db.testing/src/org/simantics/db/testing/cases/FreshDatabase.java
Added missing org.simantics.db.{tests,testing} plug-ins.
[simantics/platform.git] / bundles / org.simantics.db.testing / src / org / simantics / db / testing / cases / FreshDatabase.java
1 package org.simantics.db.testing.cases;
2
3 import org.junit.Test;
4
5 /*******************************************************************************
6  * Copyright (c) 2007, 2010 Association for Decentralized Information Management
7  * in Industry THTH ry.
8  * All rights reserved. This program and the accompanying materials
9  * are made available under the terms of the Eclipse Public License v1.0
10  * which accompanies this distribution, and is available at
11  * http://www.eclipse.org/legal/epl-v10.html
12  *
13  * Contributors:
14  *     VTT Technical Research Centre of Finland - initial API and implementation
15  *******************************************************************************/
16
17 public class FreshDatabase extends FreshDatabaseTest {
18         @Test
19         public void test() throws Exception {
20     }
21 }