django1/tests/gis_tests
Mariusz Felisiak 1110e6f665 [1.10.x] Fixed gis_tests.geoapp test with incorrect geodetic coordinates.
The latitude coordinates exceed -90, 90 bounds and caused a test failure
on Oracle 12.2.

Thanks Michał Wierzbowski for help preparing the patch.

Backport of 037d6540ec from master
2017-05-30 08:42:09 -04:00
..
data Fixed #25951 -- Trimmed default representation of GEOSGeometry 2016-04-17 15:31:12 +02:00
distapp [1.10.x] Unified SpatiaLite spelling 2016-08-09 18:48:57 +02:00
gdal_tests [1.10.x] Replaced use of TestCase.fail() with assertRaises(). 2016-07-01 09:58:56 -04:00
geo3d [1.10.x] Fixed #26775 -- Supported dim=3 geography fields 2016-06-18 21:50:45 +02:00
geoadmin Removed unneeded GeoManagers in tests. 2016-03-11 13:09:24 -05:00
geoapp [1.10.x] Fixed gis_tests.geoapp test with incorrect geodetic coordinates. 2017-05-30 08:42:09 -04:00
geogapp [1.10.x] Fixed #27014 -- Fixed annotations with database functions on PostGIS. 2016-08-15 14:23:48 -04:00
geos_tests [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:21:14 -04:00
gis_migrations [1.10.x] Refs #25588 -- Fixed GDAL dependency in spatial lookups. 2016-05-27 17:07:26 -04:00
inspectapp [1.10.x] Unified SpatiaLite spelling 2016-08-09 18:48:57 +02:00
layermap Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
maps Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
rasterapp [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:21:14 -04:00
relatedapp Sorted single letter imports per the latest version of isort. 2016-03-28 11:45:31 -04:00
__init__.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
admin.py Stopped conditional discovery of gis_tests apps 2015-04-18 15:17:49 +02:00
models.py Removed unneeded GeoManagers in tests. 2016-03-11 13:09:24 -05:00
test_data.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
test_geoforms.py Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate. 2016-01-29 13:37:33 -05:00
test_geoip.py [1.10.x] Fixed GeoIP test failure with the latest data. 2017-02-14 09:11:11 -05:00
test_geoip2.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_measure.py Sorted single letter imports per the latest version of isort. 2016-03-28 11:45:31 -04:00
test_spatialrefsys.py Fixed #26512 -- Added tests for SpatialRefSysMixin.get_units(). 2016-04-19 11:19:44 -04:00
test_wkt.py Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function. 2016-04-16 16:47:04 -04:00
tests.py Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
utils.py Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup 2015-10-22 20:32:31 +02:00