mirror of https://github.com/apache/jclouds.git
Adjusting XMLUnit code to ignore whitespace between elements
This commit is contained in:
parent
dff3b6af37
commit
15bcec0163
|
@ -43,6 +43,7 @@ import org.custommonkey.xmlunit.Diff;
|
|||
import org.custommonkey.xmlunit.Difference;
|
||||
import org.custommonkey.xmlunit.DifferenceConstants;
|
||||
import org.custommonkey.xmlunit.DifferenceListener;
|
||||
import org.custommonkey.xmlunit.NodeDetail;
|
||||
import org.custommonkey.xmlunit.XMLUnit;
|
||||
import org.jclouds.Constants;
|
||||
import org.jclouds.concurrent.MoreExecutors;
|
||||
|
|
Loading…
Reference in New Issue