diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2011-02-21 00:08:07 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2011-02-21 00:08:07 +0000 |
| commit | 3db9383dafdbeb6d50027c1ff5dda14babd23420 (patch) | |
| tree | ad3938d69272975b264ba087768ca9093b53d320 | |
| parent | 1d1f3632c636b24c1ade41a61b5e6792a0987ec7 (diff) | |
[1.2.X] Fixed #15358 -- Renamed a test to avoid a naming collision. Thanks to mila for the report.
Backport of r15598 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15599 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/gis/tests/geoapp/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/contrib/gis/tests/geoapp/tests.py b/django/contrib/gis/tests/geoapp/tests.py index a2b81c64a2..a1f251ddda 100644 --- a/django/contrib/gis/tests/geoapp/tests.py +++ b/django/contrib/gis/tests/geoapp/tests.py @@ -699,7 +699,7 @@ class GeoModelTest(TestCase): self.assertEqual(tuple(coords), t.reverse_geom.coords) if oracle: self.assertRaises(TypeError, State.objects.reverse_geom) - + @no_mysql @no_oracle @no_spatialite @@ -718,7 +718,7 @@ class GeoModelTest(TestCase): @no_mysql @no_oracle @no_spatialite - def test29_force_rhr(self): + def test30_geohash(self): "Testing GeoQuerySet.geohash()." if not connection.ops.geohash: return # Reference query: |
