Author: mtredinnick
Date: 2007-10-27 01:23:19 -0500 (Sat, 27 Oct 2007)
New Revision: 6619
Modified:
django/trunk/tests/regressiontests/forms/regressions.py
Log:
Removed an "XFAIL" marker that was accidentally hanging around since the
unicode branch days.
Modified: django/trunk/tests/regressiontests/forms/regressions.py
===================================================================
--- django/trunk/tests/regressiontests/forms/regressions.py 2007-10-27
06:23:05 UTC (rev 6618)
+++ django/trunk/tests/regressiontests/forms/regressions.py 2007-10-27
06:23:19 UTC (rev 6619)
@@ -26,7 +26,6 @@
Translations are done at rendering time, so multi-lingual apps can define forms
early and still send back the right translation.
-# XFAIL
>>> activate('de')
>>> print f.as_p()
<p><label for="id_username">Benutzername:</label> <input id="id_username"
type="text" name="username" maxlength="10" /></p>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---