diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-06-27 21:47:58 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-06-27 21:47:58 +0000 |
| commit | 40d2b419ab9ed9b221091722eebc78289d76d949 (patch) | |
| tree | cff360b3746caa3d3eff8b1f9cad21f9520b9553 /tests/regressiontests/forms/fields.py | |
| parent | 8aec66f144d51bc176ea01431eef23c0c40ed6d1 (diff) | |
Fixed #7559 -- Updated newforms unit tests to reflect the fact that http://www.jfoiwjfoi23jfoijoaijfoiwjofiwjefewl.com is no longer a valid domain name
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/forms/fields.py')
| -rw-r--r-- | tests/regressiontests/forms/fields.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/forms/fields.py b/tests/regressiontests/forms/fields.py index f3b6a96a1e..a56c75cdbf 100644 --- a/tests/regressiontests/forms/fields.py +++ b/tests/regressiontests/forms/fields.py @@ -887,7 +887,7 @@ u'http://www.google.com' Traceback (most recent call last): ... ValidationError: [u'Enter a valid URL.'] ->>> f.clean('http://www.jfoiwjfoi23jfoijoaijfoiwjofiwjefewl.com') # bad domain +>>> f.clean('http://www.test.invalid') # bad domain Traceback (most recent call last): ... ValidationError: [u'This URL appears to be a broken link.'] |
