test: don't enforce attribute order or compare attributes that don't exist

This commit is contained in:
Connor Tumbleson 2018-09-02 09:37:59 -04:00
parent 846d6a783a
commit b49bba19e4
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -117,6 +117,8 @@ public class BaseTest {
if (qualifier == null) {
XMLUnit.setIgnoreWhitespace(true);
XMLUnit.setIgnoreAttributeOrder(true);
XMLUnit.setCompareUnmatched(false);
assertXMLEqual(control, test);
return;
}