FIX: dav_base generic tests: since a simple GET of a view UrlTestCase must allow db queries and thus
must be TestCase instead of SimpleTestCase.
This commit is contained in:
@@ -174,7 +174,7 @@ class Url(object):
|
|||||||
self.follow = kwargs.get('follow', False)
|
self.follow = kwargs.get('follow', False)
|
||||||
|
|
||||||
|
|
||||||
class UrlsTestCase(SimpleTestCase):
|
class UrlsTestCase(TestCase):
|
||||||
urls = ()
|
urls = ()
|
||||||
|
|
||||||
def test_locations(self):
|
def test_locations(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user