Skip to content

Commit

Permalink
Merge pull request #441 from jyutzler/sidx
Browse files Browse the repository at this point in the history
removing test associated with removed requirement
  • Loading branch information
jyutzler committed May 17, 2018
2 parents 5fdcc10 + db582be commit b6fa351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
1 change: 1 addition & 0 deletions spec/annexes/background.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ All questions regarding this document should be directed to the editor or the co
|2018-05-16| R15| Jeff Yutzler| Annex F.9 Table 23| Correcting typo in column name https://github.com/opengeospatial/geopackage/pull/434
|2018-05-16| R15| Jeff Yutzler| multiple| Eliminating references to "GEOMCOLLECTION" https://github.com/opengeospatial/geopackage/issue/436
|2018-05-16| R15| Jeff Yutzler| Annexes F.1, F.6| Correcting incorrect ATS references https://github.com/opengeospatial/geopackage/issue/439
|2018-05-17| R15| Jeff Yutzler| Annex F.3| Removing ATS entry associated with removed requirement https://github.com/opengeospatial/geopackage/pull/441
|=======================================================================

=== Changes to the OGC® Abstract Specification
Expand Down
17 changes: 0 additions & 17 deletions spec/annexes/extension_spatialindex.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -274,20 +274,3 @@ Definition of SQL functions
|*Reference* |Annex F.3 Req 77
|*Test Type* |Capability
|========================================

[cols="1,5a"]
|========================================
|*Test Case ID* |+/reg_ext/features/spatial_indexes/implementation/sql_functions+
|*Test Purpose* |Verify the correct implementation of sql functions used in spatial indexes on feature table geometry columns.
|*Test Method* |
. Open Geometry Test Data Set GeoPackage with GeoPackage SQLite Extension
. For each Geometry Test Data Set <gtype_test> data table row for each geometry type in Annex G, for an assortment of srs_ids, for an assortment of coordinate values including empty geometries, without and with z and / or m values, in both big and little endian encodings:
.. SELECT 'Fail' FROM <gtype_test> WHERE ST_IsEmpty(geom.) != empty
.. SELECT 'Fail' FROM <gtype_test> WHERE ST_MinX(geom) != minx
.. SELECT 'Fail' FROM <gtype_test> WHERE ST_MaxX(geom) != maxx
.. SELECT 'Fail' FROM <gtype_test> WHERE ST_MinY(geom) != miny
.. SELECT 'Fail' FROM <gtype_test> WHERE ST_MaxY(geom) != maxy
. Pass if no 'Fail' selected from step 2
|*Reference* |Annex F.3 Req 78
|*Test Type* |Capability
|========================================

0 comments on commit b6fa351

Please sign in to comment.