diff options
| author | Justin Bronn <jbronn@gmail.com> | 2011-09-18 22:28:17 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2011-09-18 22:28:17 +0000 |
| commit | e5aeba018f9e6b5793612ad47a1167b8101b1973 (patch) | |
| tree | d39216def3c8e3ccca790385bbbd5d1f8f8f0128 | |
| parent | d15ef4532e584991301870fccc8d54b4364aa8c9 (diff) | |
Updated geoadmin tests to reflect that OSM js is no longer required as of r16847.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16853 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/gis/tests/geoadmin/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/contrib/gis/tests/geoadmin/tests.py b/django/contrib/gis/tests/geoadmin/tests.py index 419e30cd02..52e29a7ec4 100644 --- a/django/contrib/gis/tests/geoadmin/tests.py +++ b/django/contrib/gis/tests/geoadmin/tests.py @@ -8,7 +8,5 @@ class GeoAdminTest(TestCase): def test01_ensure_geographic_media(self): geoadmin = admin.site._registry[City] admin_js = geoadmin.media.render_js() - osm_url = geoadmin.extra_js[0] self.assertTrue(any([geoadmin.openlayers_url in js for js in admin_js])) - self.assertTrue(any([osm_url in js for js in admin_js])) |
