mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
test: don't enforce attribute order or compare attributes that don't exist
This commit is contained in:
parent
846d6a783a
commit
b49bba19e4
@ -117,6 +117,8 @@ public class BaseTest {
|
||||
|
||||
if (qualifier == null) {
|
||||
XMLUnit.setIgnoreWhitespace(true);
|
||||
XMLUnit.setIgnoreAttributeOrder(true);
|
||||
XMLUnit.setCompareUnmatched(false);
|
||||
assertXMLEqual(control, test);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user