﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21925	Error in GIS tests	Aymeric Augustin	nobody	"The GIS tests fail for me:

{{{
% ./runtests.py django.contrib.gis                                                                              ~/Documents/dev/django/tests
Testing against Django installed in '/Users/myk/Documents/dev/django/django'
Creating test database for alias 'default'...
Creating test database for alias 'other'...
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss........................ssssssssssssssss...................E
======================================================================
ERROR: django.contrib.gis.tests.test_spatialrefsys (unittest.loader.ModuleImportFailure)
----------------------------------------------------------------------
ImportError: Failed to import test module: django.contrib.gis.tests.test_spatialrefsys
Traceback (most recent call last):
  File ""/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py"", line 252, in _find_tests
    module = self._get_module_from_name(name)
  File ""/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py"", line 230, in _get_module_from_name
    __import__(name)
  File ""/Users/myk/Documents/dev/django/django/contrib/gis/tests/test_spatialrefsys.py"", line 6, in <module>
    from django.contrib.gis.utils import add_srs_entry
ImportError: cannot import name add_srs_entry


----------------------------------------------------------------------
Ran 302 tests in 0.242s

FAILED (errors=1, skipped=258)
Destroying test database for alias 'default'...
Destroying test database for alias 'other'...
}}}

OS X Mavericks. Some stuff installed with MacPorts.

Bisection points to fabc678f930431fd6e502fe7930ee772eff96898 which touched this area."	Bug	closed	GIS	dev	Release blocker	duplicate			Unreviewed	0	0	0	0	0	0
