Opened 14 years ago
Last modified 14 years ago
#15975 closed Bug
Test failure in BaseModelValidationTests — at Initial Version
Reported by: | Julien Phalip | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.3 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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