Strabon
changeset 1461:a8b6e34e0a99 temporals
removed unused tests
author | Stella Giannakopoulou <sgian@di.uoa.gr> |
---|---|
date | Thu Jan 22 19:20:38 2015 +0200 (2015-01-22) |
parents | 5430aaf445b1 |
children | 0fd5affce921 |
files | testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationFinishes.java testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationIntersects.java testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationMeets.java testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationNEqualsPeriod.java testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationOverlaps.java testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationOverleft.java |
line diff
1.1 --- a/testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationFinishes.java Thu Jan 22 17:01:01 2015 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,20 +0,0 @@ 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, 2013 Pyravlos Team 1.10 - * 1.11 - * http://www.strabon.di.uoa.gr/ 1.12 - */ 1.13 -package eu.earthobservatory.testsuite.stSPARQL; 1.14 - 1.15 -import eu.earthobservatory.testsuite.utils.TemplateTest; 1.16 - 1.17 - 1.18 -/** 1.19 - * A simple store test. It tests if triples with GML serialization are stored and retrieved correctly. 1.20 - * 1.21 - * @author Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> 1.22 - */ 1.23 -public class TemporalRelationFinishes extends TemplateTest{}
2.1 --- a/testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationIntersects.java Thu Jan 22 17:01:01 2015 +0200 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,20 +0,0 @@ 2.4 -/** 2.5 - * This Source Code Form is subject to the terms of the Mozilla Public 2.6 - * License, v. 2.0. If a copy of the MPL was not distributed with this 2.7 - * file, You can obtain one at http://mozilla.org/MPL/2.0/. 2.8 - * 2.9 - * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 2.10 - * 2.11 - * http://www.strabon.di.uoa.gr/ 2.12 - */ 2.13 -package eu.earthobservatory.testsuite.stSPARQL; 2.14 - 2.15 -import eu.earthobservatory.testsuite.utils.TemplateTest; 2.16 - 2.17 - 2.18 -/** 2.19 - * A simple store test. It tests if triples with GML serialization are stored and retrieved correctly. 2.20 - * 2.21 - * @author Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> 2.22 - */ 2.23 -public class TemporalRelationIntersects extends TemplateTest{}
3.1 --- a/testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationMeets.java Thu Jan 22 17:01:01 2015 +0200 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,20 +0,0 @@ 3.4 -/** 3.5 - * This Source Code Form is subject to the terms of the Mozilla Public 3.6 - * License, v. 2.0. If a copy of the MPL was not distributed with this 3.7 - * file, You can obtain one at http://mozilla.org/MPL/2.0/. 3.8 - * 3.9 - * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 3.10 - * 3.11 - * http://www.strabon.di.uoa.gr/ 3.12 - */ 3.13 -package eu.earthobservatory.testsuite.stSPARQL; 3.14 - 3.15 -import eu.earthobservatory.testsuite.utils.TemplateTest; 3.16 - 3.17 - 3.18 -/** 3.19 - * A simple store test. It tests if triples with GML serialization are stored and retrieved correctly. 3.20 - * 3.21 - * @author Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> 3.22 - */ 3.23 -public class TemporalRelationMeets extends TemplateTest{}
4.1 --- a/testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationNEqualsPeriod.java Thu Jan 22 17:01:01 2015 +0200 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,20 +0,0 @@ 4.4 -/** 4.5 - * This Source Code Form is subject to the terms of the Mozilla Public 4.6 - * License, v. 2.0. If a copy of the MPL was not distributed with this 4.7 - * file, You can obtain one at http://mozilla.org/MPL/2.0/. 4.8 - * 4.9 - * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 4.10 - * 4.11 - * http://www.strabon.di.uoa.gr/ 4.12 - */ 4.13 -package eu.earthobservatory.testsuite.stSPARQL; 4.14 - 4.15 -import eu.earthobservatory.testsuite.utils.TemplateTest; 4.16 - 4.17 - 4.18 -/** 4.19 - * A simple store test. It tests if triples with GML serialization are stored and retrieved correctly. 4.20 - * 4.21 - * @author Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> 4.22 - */ 4.23 -public class TemporalRelationNEqualsPeriod extends TemplateTest{}
5.1 --- a/testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationOverlaps.java Thu Jan 22 17:01:01 2015 +0200 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,20 +0,0 @@ 5.4 -/** 5.5 - * This Source Code Form is subject to the terms of the Mozilla Public 5.6 - * License, v. 2.0. If a copy of the MPL was not distributed with this 5.7 - * file, You can obtain one at http://mozilla.org/MPL/2.0/. 5.8 - * 5.9 - * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 5.10 - * 5.11 - * http://www.strabon.di.uoa.gr/ 5.12 - */ 5.13 -package eu.earthobservatory.testsuite.stSPARQL; 5.14 - 5.15 -import eu.earthobservatory.testsuite.utils.TemplateTest; 5.16 - 5.17 - 5.18 -/** 5.19 - * A simple store test. It tests if triples with GML serialization are stored and retrieved correctly. 5.20 - * 5.21 - * @author Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> 5.22 - */ 5.23 -public class TemporalRelationOverlaps extends TemplateTest{}
6.1 --- a/testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/TemporalRelationOverleft.java Thu Jan 22 17:01:01 2015 +0200 6.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 6.3 @@ -1,20 +0,0 @@ 6.4 -/** 6.5 - * This Source Code Form is subject to the terms of the Mozilla Public 6.6 - * License, v. 2.0. If a copy of the MPL was not distributed with this 6.7 - * file, You can obtain one at http://mozilla.org/MPL/2.0/. 6.8 - * 6.9 - * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 6.10 - * 6.11 - * http://www.strabon.di.uoa.gr/ 6.12 - */ 6.13 -package eu.earthobservatory.testsuite.stSPARQL; 6.14 - 6.15 -import eu.earthobservatory.testsuite.utils.TemplateTest; 6.16 - 6.17 - 6.18 -/** 6.19 - * A simple store test. It tests if triples with GML serialization are stored and retrieved correctly. 6.20 - * 6.21 - * @author Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> 6.22 - */ 6.23 -public class TemporalRelationOverleft extends TemplateTest{}