1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00

Skipped a broken GIS test on Oracle; refs #23504.

This commit is contained in:
Tim Graham 2014-09-19 15:03:55 -04:00
parent 7add30df01
commit 828edc5ba9

View File

@ -217,6 +217,8 @@ class RelatedGeoModelTest(TestCase):
self.assertEqual(val_dict['id'], c_id)
self.assertEqual(val_dict['location__id'], l_id)
# TODO: fix on Oracle -- qs2 returns an empty result for an unknown reason
@no_oracle
def test10_combine(self):
"Testing the combination of two GeoQuerySets. See #10807."
buf1 = City.objects.get(name='Aurora').location.point.buffer(0.1)