dict2xml
dict2xml copied to clipboard
Tests cannot trust the order of the dict iterator
When not using the ordering feature (the prefix order__), the output order of the dictionary's elements depend on the interpreter. The tests are trusting that the default order is an alphabetical one.
It must check that any possible order can occur.