Adjusting XMLUnit code to ignore whitespace between elements

This commit is contained in:
Adam Lowe 2012-03-06 12:57:52 +00:00
parent dff3b6af37
commit 15bcec0163
1 changed files with 1 additions and 0 deletions

View File

@ -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;