﻿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
21118	Django unittest failure - WizardFormKwargsOverrideTests	rmboggs	Tim Graham	"Hi

I've been running into a unittest failure starting with django 1.5.2+ when testing on the latest snapshot of OpenBSD.

The command I am running to test is:
{{{
env LC_CTYPE=en_US.UTF-8 PYTHONPATH=. python2.7 tests/runtests.py --settings=test_sqlite
}}}

The failure is with test:
{{{
django.contrib.formtools.tests.wizard.wizardtests.tests.WizardFormKwargsOverrideTests.test_instance_is_maintained
AssertionError: 2 != 3
}}}

After inquiring on the django-users list, it sounds like this issue is not limited to OpenBSD.  Someone else indicated that the same failure occurs on Mac OSX. The django-user post can be found here: [https://groups.google.com/forum/#!topic/django-users/MISYeLhni4Y]

Please let me know if more information is needed.

Thanks,
Ryan"	Bug	closed	Testing framework	1.5	Normal	fixed			Accepted	0	0	0	0	0	0
