1
0
mirror of https://github.com/django/django.git synced 2025-07-06 18:59:13 +00:00

[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
This commit is contained in:
Russell Keith-Magee 2011-02-21 00:08:07 +00:00
parent 1d1f3632c6
commit 3db9383daf

View File

@ -718,7 +718,7 @@ class GeoModelTest(TestCase):
@no_mysql @no_mysql
@no_oracle @no_oracle
@no_spatialite @no_spatialite
def test29_force_rhr(self): def test30_geohash(self):
"Testing GeoQuerySet.geohash()." "Testing GeoQuerySet.geohash()."
if not connection.ops.geohash: return if not connection.ops.geohash: return
# Reference query: # Reference query: