mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.6.x] Skipped a broken GIS test on Oracle; refs #23504.
Backport of 828edc5ba9 from master
			
			
This commit is contained in:
		| @@ -205,6 +205,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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user