]> granicus.if.org Git - postgis/commitdiff
Disable test that is too PG version specific
authorBjörn Harrtell <bjorn@wololo.org>
Tue, 28 Feb 2017 20:39:07 +0000 (20:39 +0000)
committerBjörn Harrtell <bjorn@wololo.org>
Tue, 28 Feb 2017 20:39:07 +0000 (20:39 +0000)
Fixes #3722

git-svn-id: http://svn.osgeo.org/postgis/trunk@15320 b70326c6-7e19-0410-871a-916f4a2858ee

regress/mvt.sql
regress/mvt_expected

index d892b8014b1d610b33cb9f54a5e63d08a8d6cf2d..8306d6e2a31b20e2c87a33f453051a8f49b6c904 100644 (file)
@@ -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
index 56f1ba298bebab8d819541a14013557a1da306ca..1d71f526c869a5015aab3a3d11aa7e62e8d0b718 100644 (file)
@@ -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