Strabon

changeset 714:413597bcb8e6 temporals

Added a new class for Temporal Selection tests.
author Panayiotis Smeros <psmeros@di.uoa.gr>
date Mon Nov 19 13:25:50 2012 +0200 (2012-11-19)
parents 34e9c0a98cb1
children 3f629b555390
files runtime/src/test/java/eu/earthobservatory/runtime/temporals/TemporalSelectionTests.java
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/temporals/TemporalSelectionTests.java	Mon Nov 19 13:25:50 2012 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +/**
     1.5 + * This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 + * 
     1.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team
    1.10 + * 
    1.11 + * http://www.strabon.di.uoa.gr/
    1.12 + * 
    1.13 + * @author Panayiotis Smeros <psmeros@di.uoa.gr>
    1.14 + */
    1.15 +package eu.earthobservatory.runtime.temporals;
    1.16 +
    1.17 +
    1.18 +
    1.19 +/**
    1.20 + * A set of simple tests on Temporal Selection functionality 
    1.21 + * 
    1.22 + */
    1.23 +public class TemporalSelectionTests {
    1.24 +	
    1.25 +
    1.26 +}