Skip to content

Accept xml dom results when toprettyxml provides stable ordering

Samuel Thibault requested to merge sthibaul/pyatspi2:python3.8 into master

Python3.8 changed the behavior of toprettyxml: "The toprettyxml() method now preserves the attribute order specified by the user".

which thus changed the expected output. We also need the test to remain with previous python version which were apparently using alphabetic. So let us keep the two expected output.

Merge request reports