comparison geo-backend/src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java @ 267:000e00592ba5

Added InnerJoin, Order By and Group By Support to Spatial-Queries geo-backend/trunk@217 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 14 Oct 2009 09:28:18 +0000
parents 1530890b28c9
children db8920c5346d
comparison
equal deleted inserted replaced
266:1530890b28c9 267:000e00592ba5
56 } 56 }
57 } 57 }
58 58
59 public void testSpatialQueryWithoutIntersects(){ 59 public void testSpatialQueryWithoutIntersects(){
60 try { 60 try {
61 this.testQuery(1332, "spatial_query_without_intersects", null); 61 this.testQuery(286, "spatial_query_without_intersects", null);
62 } catch (QueryException e) { 62 } catch (QueryException e) {
63 log.error(e,e); 63 log.error(e,e);
64 fail(); 64 fail();
65 } 65 }
66 } 66 }

http://dive4elements.wald.intevation.org