[postgis-tickets] r15101 - Re-add accidentally removed trailing spaces in an _expected file
Sandro Santilli
strk at kbt.io
Mon Sep 12 11:00:44 PDT 2016
Author: strk
Date: 2016-09-12 11:00:44 -0700 (Mon, 12 Sep 2016)
New Revision: 15101
Modified:
trunk/.editorconfig
trunk/regress/sfcgal/tickets_expected
Log:
Re-add accidentally removed trailing spaces in an _expected file
Also tweak .editorconfig to avoid this accident in the future
Fixes #3630
Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig 2016-09-12 16:17:32 UTC (rev 15100)
+++ trunk/.editorconfig 2016-09-12 18:00:44 UTC (rev 15101)
@@ -10,6 +10,9 @@
trim_trailing_whitespace = true
insert_final_newline = true
+[*_expected]
+trim_trailing_whitespace = false
+
# C files want tab indentation
[*.{c,h}]
indent_style = tab
Modified: trunk/regress/sfcgal/tickets_expected
===================================================================
--- trunk/regress/sfcgal/tickets_expected 2016-09-12 16:17:32 UTC (rev 15100)
+++ trunk/regress/sfcgal/tickets_expected 2016-09-12 18:00:44 UTC (rev 15101)
@@ -197,7 +197,7 @@
#852.2|1|t|t
#852.2|2|t|t
#1489|MULTIPOINT EMPTY|0|MULTILINESTRING EMPTY|0|MULTIPOLYGON EMPTY|0|GEOMETRYCOLLECTION EMPTY|0
-ERROR: AddToPROJ4SRSCache: could not parse proj4 string ''
+ERROR: AddToPROJ4SRSCache: could not parse proj4 string ''
#1038|
#1042|2
#1170|90
@@ -208,7 +208,7 @@
#1580.1|Point[S]
ERROR: transform: couldn't project point (180 90 0): tolerance condition error (-20)
#1580.3|Point[S]
-#1596.1|public.road_pg.roads_geom SRID:3395 TYPE:POINT DIMS:2
+#1596.1|public.road_pg.roads_geom SRID:3395 TYPE:POINT DIMS:2
ERROR: invalid SRID: 330000 not found in spatial_ref_sys
#1596.3|3395
ERROR: invalid SRID: 999000 not found in spatial_ref_sys
More information about the postgis-tickets
mailing list