summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarm Geerts <github@geertswei.nl>2013-07-31 23:03:22 +0200
committerTim Graham <timograham@gmail.com>2013-08-02 09:26:53 -0400
commitfd0d48646760c3024ce605d919d69c8b8449382d (patch)
tree01055a03a1020c3ef6974c6e010f8de04bc2bdcd
parent893d8de6f5d0b6bf23e2ed072e18fe2e012395c6 (diff)
Fixed #20838 -- Fixed Geodjango spatialrefsys test failure with postgis-2.0.3
-rw-r--r--django/contrib/gis/tests/test_spatialrefsys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/tests/test_spatialrefsys.py b/django/contrib/gis/tests/test_spatialrefsys.py
index 5bb6a70206..498d072926 100644
--- a/django/contrib/gis/tests/test_spatialrefsys.py
+++ b/django/contrib/gis/tests/test_spatialrefsys.py
@@ -24,7 +24,7 @@ test_srs = ({'srid' : 4326,
'srtext' : 'PROJCS["NAD83 / Texas South Central",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980"',
'proj4_re' : r'\+proj=lcc \+lat_1=30.28333333333333 \+lat_2=28.38333333333333 \+lat_0=27.83333333333333 '
r'\+lon_0=-99 \+x_0=600000 \+y_0=4000000 (\+ellps=GRS80 )?'
- r'(\+datum=NAD83 |\+towgs84=0,0,0,0,0,0,0)?\+units=m \+no_defs ',
+ r'(\+datum=NAD83 |\+towgs84=0,0,0,0,0,0,0 )?\+units=m \+no_defs ',
'spheroid' : 'GRS 1980', 'name' : 'NAD83 / Texas South Central',
'geographic' : False, 'projected' : True, 'spatialite' : False,
'ellipsoid' : (6378137.0, 6356752.31414, 298.257222101), # From proj's "cs2cs -le" and Wikipedia (semi-minor only)