﻿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
30358	Remove redundant assertion from django/tests/forms_tests/tests/test_utils.py.	Petru-Florin Mihancea	Krisjanis Vaiders	"While experimenting with a CodeSonar plugin we develop, we noticed a potential bug in file ""django/tests/forms_tests/tests/test_utils.py"" line 154 function test_error_dict_copy.

e_deepcopy = copy.deepcopy(e)
self.assertEqual(e, e_deepcopy)
self.assertEqual(e.as_data(), e_copy.as_data()) //HERE

Shouldn't you get the data from e_deepcopy in that line (instead the data of e_copy)? 

Thanks,
Petru-Florin Mihancea"	Cleanup/optimization	closed	Forms	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
