diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-05-26 00:02:15 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-05-26 00:02:15 +0200 |
| commit | c2139bbcefb2249bdf1012f843f7daa6a5806922 (patch) | |
| tree | b0b9caf045b0dd7f8d492135fa8aac63790d760d /django | |
| parent | 45284a90a515e71552f37c539a3cfdc38f15d869 (diff) | |
Updated WMS URL in geoadmin test.
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/gis/tests/geoadmin/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/tests/geoadmin/tests.py b/django/contrib/gis/tests/geoadmin/tests.py index 1f104b22a1..53c00c6588 100644 --- a/django/contrib/gis/tests/geoadmin/tests.py +++ b/django/contrib/gis/tests/geoadmin/tests.py @@ -31,5 +31,5 @@ class GeoAdminTest(TestCase): result = geoadmin.get_map_widget(City._meta.get_field('point'))( ).render('point', Point(-79.460734, 40.18476)) self.assertIn( - """geodjango_point.layers.base = new OpenLayers.Layer.WMS("OpenLayers WMS", "http://labs.metacarta.com/wms/vmap0", {layers: \'basic\', format: 'image/jpeg'});""", + """geodjango_point.layers.base = new OpenLayers.Layer.WMS("OpenLayers WMS", "http://vmap0.tiles.osgeo.org/wms/vmap0", {layers: \'basic\', format: 'image/jpeg'});""", result) |
