X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.testing%2Fsrc%2Forg%2Fsimantics%2Fdb%2Ftesting%2Fcases%2FFreshDatabase.java;fp=bundles%2Forg.simantics.db.testing%2Fsrc%2Forg%2Fsimantics%2Fdb%2Ftesting%2Fcases%2FFreshDatabase.java;h=25cb72a2025e2346d9577154041d39028be6dfea;hp=0000000000000000000000000000000000000000;hb=67fd62f9c742337ec80eef658192db198a0efaac;hpb=cde82ba81327d5515fdca362f7f4c70f5103ae80 diff --git a/bundles/org.simantics.db.testing/src/org/simantics/db/testing/cases/FreshDatabase.java b/bundles/org.simantics.db.testing/src/org/simantics/db/testing/cases/FreshDatabase.java new file mode 100644 index 000000000..25cb72a20 --- /dev/null +++ b/bundles/org.simantics.db.testing/src/org/simantics/db/testing/cases/FreshDatabase.java @@ -0,0 +1,21 @@ +package org.simantics.db.testing.cases; + +import org.junit.Test; + +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ + +public class FreshDatabase extends FreshDatabaseTest { + @Test + public void test() throws Exception { + } +}