diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-09-11 04:21:32 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-09-11 04:21:32 +0000 |
| commit | aacb0cf055cf916fa15702879955ce0ae8a38727 (patch) | |
| tree | 45a223349040fd2cda478899b86d6e6142494cf0 /tests | |
| parent | a247c726c2e6df7e7e561edd5cace7f00b76cbfd (diff) | |
Removed duplicate form tests added in the [changeset:5609 unicode merge].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/regressiontests/forms/regressions.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/regressiontests/forms/regressions.py b/tests/regressiontests/forms/regressions.py index 784ef49902..df2ef578a1 100644 --- a/tests/regressiontests/forms/regressions.py +++ b/tests/regressiontests/forms/regressions.py @@ -73,18 +73,4 @@ doesn't come back. True >>> f.cleaned_data {'data': u'xyzzy'} - -####################### -# Miscellaneous Tests # -####################### - -There once was a problem with Form fields called "data". Let's make sure that -doesn't come back. ->>> class DataForm(Form): -... data = CharField(max_length=10) ->>> f = DataForm({'data': 'xyzzy'}) ->>> f.is_valid() -True ->>> f.cleaned_data -{'data': u'xyzzy'} """ |
