comparison geo-backend/src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java @ 269:db8920c5346d

Added further Queries for Testing Spatial-Query-Support geo-backend/trunk@220 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 14 Oct 2009 10:58:49 +0000
parents 000e00592ba5
children ff1b7967e6b9
comparison
equal deleted inserted replaced
268:71b2f263f036 269:db8920c5346d
57 } 57 }
58 58
59 public void testSpatialQueryWithoutIntersects(){ 59 public void testSpatialQueryWithoutIntersects(){
60 try { 60 try {
61 this.testQuery(286, "spatial_query_without_intersects", null); 61 this.testQuery(286, "spatial_query_without_intersects", null);
62 this.testQuery(98, "spatial_query_without_intersects2", null);
62 } catch (QueryException e) { 63 } catch (QueryException e) {
63 log.error(e,e); 64 log.error(e,e);
64 fail(); 65 fail();
65 } 66 }
66 } 67 }

http://dive4elements.wald.intevation.org