#15975 closed Bug (fixed)
Test failure in BaseModelValidationTests
Description (last modified by ) ¶
Reportedly due to the recent enabling of https://djangoproject.com:
====================================================================== FAIL: test_correct_https_url_but_nonexisting (modeltests.validation.tests.BaseModelValidationTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/julien/.virtualenvs/djangotests/src/django/tests/modeltests/validation/tests.py", line 66, in test_correct_https_url_but_nonexisting self.assertFieldFailsValidationWithMessage(mtv.full_clean, 'url', [u'This URL appears to be a broken link.']) File "/Users/julien/.virtualenvs/djangotests/src/django/tests/modeltests/validation/__init__.py", line 14, in assertFieldFailsValidationWithMessage self.assertRaises(ValidationError, clean) AssertionError: ValidationError not raised
Change History (3)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16163]: