@@ -13,26 +13,26 @@ def django_test_expected_failures(self):
13
13
expected_failures = super ().django_test_expected_failures
14
14
expected_failures .update (
15
15
{
16
- # SRIDs aren't supported.
17
- "gis_tests.geogapp.tests.GeographyTest.test05_geography_layermapping" ,
16
+ # SRIDs aren't populated: AssertionError: 4326 != None
17
+ # self.assertEqual(4326, nullcity.point.srid)
18
18
"gis_tests.geoapp.tests.GeoModelTest.test_proxy" ,
19
19
# GEOSException: Calling transform() with no SRID set is not supported
20
20
"gis_tests.relatedapp.tests.RelatedGeoModelTest.test06_f_expressions" ,
21
21
# 'Adapter' object has no attribute 'srid'
22
22
"gis_tests.geoapp.test_expressions.GeoExpressionsTests.test_geometry_value_annotation" ,
23
23
# Object of type ObjectId is not JSON serializable
24
24
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_fields_option" ,
25
- # LinearRing requires at least 4 points, got 1.
26
- "gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_geometry_field_option" ,
27
- "gis_tests.geoapp.tests.GeoLookupTest.test_null_geometries" ,
28
25
# source and target must be of type SpatialReference
26
+ "gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_geometry_field_option" ,
29
27
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_id_field_option" ,
30
28
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_serialization_base" ,
31
29
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_srid_option" ,
32
- # GeometryField is not supported (the type of Geometry isn't
33
- # stored so that it can be initialized by the database converter).
34
- # Error in database converter: issubclass() arg 1 must be a class
30
+ # GeometryCollection not supported
35
31
"gis_tests.geoapp.tests.GeoModelTest.test_geometryfield" ,
32
+ "gis_tests.geogapp.tests.GeographyTest.test05_geography_layermapping" ,
33
+ "gis_tests.layermap.tests.LayerMapTest.test_layermap_unique_multigeometry_fk" ,
34
+ "gis_tests.layermap.tests.LayerMapTest.test_null_geom_with_unique" ,
35
+ "gis_tests.layermap.tests.LayerMapTest.test_test_fid_range_step" ,
36
36
# KeyError: 'within' connection.ops.gis_operators[self.lookup_name]
37
37
"gis_tests.geoapp.tests.GeoModelTest.test_gis_query_as_string" ,
38
38
# Point object != Point object
0 commit comments