﻿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
16234	Strange platform-specific test failure in OldFormForXTests since r16366	Sasha Romijn	nobody	"Since r16366, which fixes #811, I see a failure on one of my boxes for model_forms.OldFormForXTests.test_media_on_modelform. But, it only occurs when running the full suite - not when just running model_forms. The bug has also not been seen by any other testers, so this might be some obscure race condition.

The failure I get is:

{{{
======================================================================
FAIL: test_media_on_modelform (modeltests.model_forms.tests.OldFormForXTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/erik/trunk/tests/modeltests/model_forms/tests.py"", line 1377, in test_media_on_modelform
    self.assertEqual(f.errors, {'field': [u'Enter only digits separated by commas.']})
AssertionError: {'field': [u'Enter a valid IPv4 or IPv6 address.']} != {'field': [u'Enter only digits separated by commas.']}
}}}"	Bug	closed	Core (Other)	dev	Normal	fixed	ipv6	eromijn@…	Accepted	0	0	0	0	0	0
