Author: gwilson
Date: 2007-09-10 23:21:32 -0500 (Mon, 10 Sep 2007)
New Revision: 6090

Modified:
   django/trunk/tests/regressiontests/forms/regressions.py
Log:
Removed duplicate form tests added in the [changeset:5609 unicode merge].


Modified: django/trunk/tests/regressiontests/forms/regressions.py
===================================================================
--- django/trunk/tests/regressiontests/forms/regressions.py     2007-09-11 
03:46:35 UTC (rev 6089)
+++ django/trunk/tests/regressiontests/forms/regressions.py     2007-09-11 
04:21:32 UTC (rev 6090)
@@ -73,18 +73,4 @@
 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'}
 """


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to