﻿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
7303	tests/regressiontests/utils/datastructures.py:  builtin dict ordering is assumed	Leo Soto M.	nobody	"At the end of the doctest it says:

{{{
>>> real_dict.values()
 ['one', 'second-two']
}}}

Which fails on Jython because dict values have not the same ordering as in CPython.

Attached is a simple patch which uses `ordered()` to keep the check for dict contents without assuming a default ordering.
"		closed	Uncategorized	dev		fixed	jython		Unreviewed	1	0	0	0	0	0
