id summary reporter owner description type status component version severity resolution keywords cc stage has_patch needs_docs needs_tests needs_better_patch easy ui_ux 14247 [regression in 1.2.2] 'forms' test failure in 1.2.X Ramiro Morales nobody "As discussed with pmclanaham on #django-dev, additionally to #14245 this (test suite, no critical) failure also exist in 1.2.2 as of now: {{{ ====================================================================== FAIL: Initial instances for model fields may also be instances (refs #7287) ---------------------------------------------------------------------- Traceback (most recent call last): File ""/home/p/django/1.2.2/tests/regressiontests/forms/models.py"", line 160, in test_initial_instance_value Hold down ""Control"", or ""Command"" on a Mac, to select more than one.

"""""") AssertionError: u'

\n

\n

\n Hold down ""Control"", or ""Command"" on a Mac, to select more than one.

\n

\n Hold down ""Control"", or ""Command"" on a Mac, to select more than one.

' != '

\n

\n

\n Hold down ""Control"", or ""Command"" on a Mac, to select more than one.

\n

\n Hold down ""Control"", or ""Command"" on a Mac, to select more than one.

' }}} It seems it is simply a rendered form output that doesn't match the expected one. One of the reasons seems to be an string/Unicode mismatch and the other is this one: http://paste.pocoo.org/show/260082/ The expected output was introduced in [13578] when backporting [13577] by blindly copying it from trunk, it contains a `helptext` span that is present there but not in 1.2.X (see r13519/r13522). " closed Testing framework 1.2 fixed Unreviewed 0 0 0 0 0 0