Kaydet (Commit) 828edc5b authored tarafından Tim Graham's avatar Tim Graham

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

üst 7add30df
...@@ -217,6 +217,8 @@ class RelatedGeoModelTest(TestCase): ...@@ -217,6 +217,8 @@ class RelatedGeoModelTest(TestCase):
self.assertEqual(val_dict['id'], c_id) self.assertEqual(val_dict['id'], c_id)
self.assertEqual(val_dict['location__id'], l_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): def test10_combine(self):
"Testing the combination of two GeoQuerySets. See #10807." "Testing the combination of two GeoQuerySets. See #10807."
buf1 = City.objects.get(name='Aurora').location.point.buffer(0.1) buf1 = City.objects.get(name='Aurora').location.point.buffer(0.1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment