From: Björn Harrtell Date: Tue, 28 Feb 2017 20:39:07 +0000 (+0000) Subject: Disable test that is too PG version specific X-Git-Tag: 2.4.0alpha~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b67a7c43eafa5a00516a5eee09b0f6c3a24522da;p=postgis Disable test that is too PG version specific Fixes #3722 git-svn-id: http://svn.osgeo.org/postgis/trunk@15320 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/mvt.sql b/regress/mvt.sql index d892b8014..8306d6e2a 100644 --- a/regress/mvt.sql +++ b/regress/mvt.sql @@ -64,10 +64,11 @@ SELECT 'TA6', encode(ST_AsMVT('test', ST_GeomFromText('POINT(25 17)') AS geom) AS q; -- unsupported input -SELECT 'TU1'; -SELECT encode(ST_AsMVT('test', - ST_MakeBox2D(ST_Point(0, 0), ST_Point(4096, 4096)), 4096, 0, false, 'geom', NULL -), 'base64'); +-- NOTE: disabled test as it's dependant on PostgreSQL error text that cannot be expected to be stable +--SELECT 'TU1'; +--SELECT encode(ST_AsMVT('test', +-- ST_MakeBox2D(ST_Point(0, 0), ST_Point(4096, 4096)), 4096, 0, false, 'geom', NULL +--), 'base64'); SELECT 'TU2'; SELECT encode(ST_AsMVT('test', ST_MakeBox2D(ST_Point(0, 0), ST_Point(4096, 4096)), 4096, 0, false, 'geom', 1 diff --git a/regress/mvt_expected b/regress/mvt_expected index 56f1ba298..1d71f526c 100644 --- a/regress/mvt_expected +++ b/regress/mvt_expected @@ -14,8 +14,6 @@ TA3|GhYKBHRlc3QSCBgBIgQJMt4/GgJjMXgC TA4|GjAKBHRlc3QSDBICAAAYASIECTLePxIMEgIAARgBIgQJMt4/GgJjMSICKAEiAigCeAI= TA5|GiwKBHRlc3QSDhIEAAABARgBIgQJMt4/GgJjMRoCYzIiAigBIgYKBGFiY2R4Ag== TA6|GigKBHRlc3QSDhIEAAABARgBIgQJMt4/GgJjMRoCYzIiAigBIgIwAXgC -TU1 -ERROR: could not determine polymorphic type because input has type "unknown" TU2 ERROR: pgis_asmvt_transfn: parameter row cannot be other than a rowtype TU3