comparison geo-backend/src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java @ 266:1530890b28c9

Added SFS-Support to ArcSDE-Query-Part without any Spatial restriction in the where clause geo-backend/trunk@216 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 13 Oct 2009 14:30:52 +0000
parents 5bbdbc0bbddc
children 000e00592ba5
comparison
equal deleted inserted replaced
265:e5379e129799 266:1530890b28c9
48 48
49 public void testSpatialQuery(){ 49 public void testSpatialQuery(){
50 try { 50 try {
51 51
52 this.testQuery(5, "spatial_query", null); 52 this.testQuery(5, "spatial_query", null);
53 } catch (QueryException e) {
54 log.error(e,e);
55 fail();
56 }
57 }
58
59 public void testSpatialQueryWithoutIntersects(){
60 try {
61 this.testQuery(1332, "spatial_query_without_intersects", null);
53 } catch (QueryException e) { 62 } catch (QueryException e) {
54 log.error(e,e); 63 log.error(e,e);
55 fail(); 64 fail();
56 } 65 }
57 } 66 }

http://dive4elements.wald.intevation.org