Document result = getDocument(updates, "/tests/input[@name=/tests/test[@name='" + test + "']/@input]/*");
XUpdateQuery xupdate = new XUpdateQueryImpl();
xupdate.setQString(query);
System.setProperty("org.xmldb.common.xml.queries.XPathQueryFactory", XPATHQUERYFACTORY);
xupdate.execute(result);
removeWhiteSpace(result);
Document expected = getDocument(updates, "/tests/test[@name='" + test + "']/result/*");
removeWhiteSpace(expected);