postgis/topology/test/regress
2012-10-05 19:26:57 +00:00
..
addedge.sql Fix a bug in topology.add{Node,Edge,Face} breaking on MixedCased topology names [RT-SIGTA] 2011-02-04 16:31:34 +00:00
addedge_expected topology.AddEdge: make edge linking self-consistent (each added edge will form a proper loop) 2011-05-19 20:36:47 +00:00
addface.sql Add regress test for topology.AddFace robustness (see #1383) 2012-01-12 17:41:17 +00:00
addface2.5d.sql Use a 2d geometry for face mbr, even for 2.5d topologies. After all mbr is a rectangle (not cube) by definition (Minimum Bounding Rectangle) so we don't want to mess with poliedron or whatnot [see #103 for more infos about the can of worms..] 2011-04-02 12:27:13 +00:00
addface2.5d_expected Use a 2d geometry for face mbr, even for 2.5d topologies. After all mbr is a rectangle (not cube) by definition (Minimum Bounding Rectangle) so we don't want to mess with poliedron or whatnot [see #103 for more infos about the can of worms..] 2011-04-02 12:27:13 +00:00
addface_expected Add regress test for topology.AddFace robustness (see #1383) 2012-01-12 17:41:17 +00:00
addnode.sql topology.AddNode: add 2 additional optional arguments to allow splitting edges and computing containing_face 2011-12-31 09:47:26 +00:00
addnode_expected topology.AddNode: add 2 additional optional arguments to allow splitting edges and computing containing_face 2011-12-31 09:47:26 +00:00
addtopogeometrycolumn.sql Accept more feature type names from AddTopoGeometryColumn (#1470) 2012-02-13 16:29:30 +00:00
addtopogeometrycolumn_expected Accept more feature type names from AddTopoGeometryColumn (#1470) 2012-02-13 16:29:30 +00:00
copytopology.sql #1970 - 9.2rc1 regress failure change layer_id_seq from select * to explicitly select fields. log_cnt now returns 0 for 9.2rc1 so fails regress otherwise 2012-09-05 13:41:41 +00:00
copytopology_expected #1970 - 9.2rc1 regress failure change layer_id_seq from select * to explicitly select fields. log_cnt now returns 0 for 9.2rc1 so fails regress otherwise 2012-09-05 13:41:41 +00:00
createtopogeom.sql Retain type of TopoGeometry objects defined by NO element (#1017) 2011-12-29 18:13:07 +00:00
createtopogeom_expected Have TopoGeometry::Geometry always return a MULTI* (#1462) 2012-01-20 14:47:36 +00:00
createtopology.sql Add support for creating topologies allowing 3d vertices on edges and nodes. Includes regress testing [RT-SIGTA] 2011-03-31 09:35:11 +00:00
createtopology_expected Tweak expected test output to expect unknown srid to be reported as 0 2011-10-04 14:33:31 +00:00
droptopology.sql Drop created tables after run 2011-12-24 11:22:08 +00:00
droptopology_expected Fix bug in topology.DropTopology getting confused in presence of multiple topologies [RT-SIGTA] 2011-01-07 09:55:00 +00:00
getedgebypoint.sql topology.GetEdgeByPoint: implementation and regress test, by Andrea Peri. Ticket #791. Note that previous commit (for #793) was GetNodeByPoint. My mistake, sorry. 2011-02-25 08:56:01 +00:00
getedgebypoint_expected Founded -> Found (in expected results..) 2011-02-28 10:40:20 +00:00
getfacebypoint.sql topology.AddFace(): properly update left/right face for edges _contained_ in the newly registered face and containing_face for isolated nodes in it, refine documentation about it [RT-SIGTA] 2011-05-18 13:59:03 +00:00
getfacebypoint_expected topology.AddFace(): properly update left/right face for edges _contained_ in the newly registered face and containing_face for isolated nodes in it, refine documentation about it [RT-SIGTA] 2011-05-18 13:59:03 +00:00
getnodebypoint.sql topology.GetEdgeByPoint: implementation and regress test, by Andrea Peri. Ticket #793 2011-02-25 08:45:03 +00:00
getnodebypoint_expected Founded -> Found (in expected results..) 2011-02-28 10:40:20 +00:00
getnodeedges.sql Add a topology.GetNodeEdges function 2012-02-16 10:25:50 +00:00
getnodeedges_expected Add a topology.GetNodeEdges function 2012-02-16 10:25:50 +00:00
getringedges.sql topology.GetRingEdges() implementation and test. This is the first real user of next_left_edge/next_right_edge fields in the edge table. [RT-SIGTA] 2011-05-18 08:58:34 +00:00
getringedges_expected topology.GetRingEdges() implementation and test. This is the first real user of next_left_edge/next_right_edge fields in the edge table. [RT-SIGTA] 2011-05-18 08:58:34 +00:00
gettopogeomelements.sql Fix GetGopoGeomElementArray code (#1730) 2012-03-28 11:36:52 +00:00
gettopogeomelements_expected Fix GetGopoGeomElementArray code (#1730) 2012-03-28 11:36:52 +00:00
gml.sql drop created table after run 2011-12-24 11:21:56 +00:00
gml_expected Fixed bug in sample topology load (face id sequence value) [RT-SIGTA] 2011-05-17 07:33:55 +00:00
layertrigger.sql Simplify layertrigger tests dropping unneeded operations. The reduction was verified to still trigger bug #950 prior to the fix for it. 2011-06-28 19:36:46 +00:00
layertrigger_expected Simplify layertrigger tests dropping unneeded operations. The reduction was verified to still trigger bug #950 prior to the fix for it. 2011-06-28 19:36:46 +00:00
legacy_invalid.sql Avoid NOTICE messages while running topology tests, make results immune of the number of topologies ever created in the database (helps getting stable results when running the tests manually using run_test directly) 2010-12-17 15:17:57 +00:00
legacy_invalid_expected Don't let ValidateTopology choke on invalid edges (#1544) 2012-02-06 13:16:02 +00:00
legacy_predicate.sql Avoid NOTICE messages while running topology tests, make results immune of the number of topologies ever created in the database (helps getting stable results when running the tests manually using run_test directly) 2010-12-17 15:17:57 +00:00
legacy_predicate_expected Shake legacy testcase a bit to avoid to mix population with queries 2011-11-24 16:01:14 +00:00
legacy_query.sql Avoid NOTICE messages while running topology tests, make results immune of the number of topologies ever created in the database (helps getting stable results when running the tests manually using run_test directly) 2010-12-17 15:17:57 +00:00
legacy_query_expected Have ST_Union aggregate use UnaryUnion from GEOS-3.0.0 (#922) 2012-02-06 23:25:00 +00:00
legacy_validate.sql Do not report "face without edges" error for universal face (#1612) 2012-02-24 15:23:35 +00:00
legacy_validate_expected Do not report "face without edges" error for universal face (#1612) 2012-02-24 15:23:35 +00:00
polygonize.sql Regress test for topology.polygonize(<toponame>) 2011-04-19 16:58:52 +00:00
polygonize_expected Regress test for topology.polygonize(<toponame>) 2011-04-19 16:58:52 +00:00
sqlmm.sql Be immune from topology sequence advancements 2012-02-24 19:11:55 +00:00
sqlmm_expected Be immune from topology sequence advancements 2012-02-24 19:11:55 +00:00
st_addedgemodface.sql ST_AddEdge*: make update of old face edges more robust (#2025) 2012-10-03 06:16:51 +00:00
st_addedgemodface_expected ST_AddEdge*: make update of old face edges more robust (#2025) 2012-10-03 06:16:51 +00:00
st_addedgenewfaces.sql ST_AddEdge*: make update of old face edges more robust (#2025) 2012-10-03 06:16:51 +00:00
st_addedgenewfaces_expected ST_AddEdge*: make update of old face edges more robust (#2025) 2012-10-03 06:16:51 +00:00
st_addisoedge.sql ST_AddIsoEdge: tell that a node is isolated by only looking at containing_face rather than recomputing it. Closes ticket #978. [RT-SIGTA] 2011-05-24 07:04:43 +00:00
st_addisoedge_expected ST_AddIsoEdge: tell that a node is isolated by only looking at containing_face rather than recomputing it. Closes ticket #978. [RT-SIGTA] 2011-05-24 07:04:43 +00:00
st_addisonode.sql Rewrite test for ST_AddIsoNode (see #1503) 2012-01-27 11:05:44 +00:00
st_addisonode_expected Rewrite test for ST_AddIsoNode (see #1503) 2012-01-27 11:05:44 +00:00
st_changeedgegeom.sql Clearer error on setting an geometry to an invalid one (#1774) 2012-06-12 12:34:23 +00:00
st_changeedgegeom_expected Clearer error on setting an geometry to an invalid one (#1774) 2012-06-12 12:34:23 +00:00
st_createtopogeo.sql Do not consider nodes with the same bounding box as being equal. 2011-11-12 18:20:56 +00:00
st_createtopogeo_expected Do not consider nodes with the same bounding box as being equal. 2011-11-12 18:20:56 +00:00
st_getfaceedges.sql Allow dumping universal face edges with ST_GetFaceEdges. Do it in the correct order. Fixes bug #984. [RT-SIGTA] 2011-05-24 14:47:00 +00:00
st_getfaceedges_expected Stricter ISO output from ST_GetEdgeFaces: start enumerating ring edges from the edge with smaller id [RT-SIGTA] 2011-07-11 12:17:33 +00:00
st_getfacegeometry.sql Have ST_GetFaceGeometry check face existance, regress-test 2012-02-23 12:54:48 +00:00
st_getfacegeometry_expected Have ST_GetFaceGeometry check face existance, regress-test 2012-02-23 12:54:48 +00:00
st_modedgeheal.sql Fix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connected edges 2012-08-17 17:18:41 +00:00
st_modedgeheal_expected Fix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connected edges 2012-08-17 17:18:41 +00:00
st_modedgesplit.sql Enhance edge splitting robustness (#1711) 2012-03-23 22:23:05 +00:00
st_modedgesplit_expected Enhance edge splitting robustness (#1711) 2012-03-23 22:23:05 +00:00
st_newedgeheal.sql Fix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connected edges 2012-08-17 17:18:41 +00:00
st_newedgeheal_expected Fix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connected edges 2012-08-17 17:18:41 +00:00
st_newedgessplit.sql Enhance edge splitting robustness (#1711) 2012-03-23 22:23:05 +00:00
st_newedgessplit_expected Enhance edge splitting robustness (#1711) 2012-03-23 22:23:05 +00:00
st_remedgemodface.sql Don't let ST_RemEdge* destroy TopoGeometry objects (#1766) 2012-04-11 19:17:49 +00:00
st_remedgemodface_expected Don't let ST_RemEdge* destroy TopoGeometry objects (#1766) 2012-04-11 19:17:49 +00:00
st_remedgenewface.sql Don't let ST_RemEdge* destroy TopoGeometry objects (#1766) 2012-04-11 19:17:49 +00:00
st_remedgenewface_expected Don't let ST_RemEdge* destroy TopoGeometry objects (#1766) 2012-04-11 19:17:49 +00:00
topo2.5d.sql Cleanup created tables after run 2011-12-24 11:22:02 +00:00
topo2.5d_expected Have TopoGeometry::Geometry always return a MULTI* (#1462) 2012-01-20 14:47:36 +00:00
topoelement.sql I've just realized TopoElement is also used for TopoGeomId/LayerID, thus can't restrict the second element to a max of 4 or using layers beyond the forth would be impossible. Fix the domain and test accordingly. Update documentation to be informative on the matter. 2011-01-21 14:08:59 +00:00
topoelement_expected Update expected error messages not to include the "topology" namespace (now that it's part of the search_path). 2011-11-21 08:33:43 +00:00
topoelementarray_agg.sql Make the TopoElement domain stricter to forbid arrays with more than 2 elements and also checking the element type being in valid range [RT-SIGTA] 2011-01-19 16:46:16 +00:00
topoelementarray_agg_expected Make the TopoElement domain stricter to forbid arrays with more than 2 elements and also checking the element type being in valid range [RT-SIGTA] 2011-01-19 16:46:16 +00:00
topogeo_addlinestring.sql Catch invalid topology name passed to topogeo_add* (#1867) 2012-06-14 16:06:54 +00:00
topogeo_addlinestring_expected Catch invalid topology name passed to topogeo_add* (#1867) 2012-06-14 16:06:54 +00:00
topogeo_addpoint.sql Fix adding a splitting point into a 2.5d topology (#2033) 2012-10-05 19:26:57 +00:00
topogeo_addpoint_expected Fix adding a splitting point into a 2.5d topology (#2033) 2012-10-05 19:26:57 +00:00
topogeo_addpolygon.sql Catch invalid topology name passed to topogeo_add* (#1867) 2012-06-14 16:06:54 +00:00
topogeo_addpolygon_expected Catch invalid topology name passed to topogeo_add* (#1867) 2012-06-14 16:06:54 +00:00
topogeometry_type.sql Override GeometryType and ST_GeometryType for TopoGeometry (#1289) 2011-11-24 16:01:29 +00:00
topogeometry_type_expected Override GeometryType and ST_GeometryType for TopoGeometry (#1289) 2011-11-24 16:01:29 +00:00
totopogeom.sql Fix toTopoGeom handling of duplicated primitives (#1790) 2012-04-25 19:41:33 +00:00
totopogeom_expected Fix toTopoGeom handling of duplicated primitives (#1790) 2012-04-25 19:41:33 +00:00
validatetopology.sql Drop temporary table at end of ValidateTopology (#1797) 2012-06-12 10:46:58 +00:00
validatetopology_expected Drop temporary table at end of ValidateTopology (#1797) 2012-06-12 10:46:58 +00:00