public void testEqual() throws SAXException, IOException {
System.out.println("> Automated XML comparison Test.");
String test = "src/tests/gov/nasa/jpf/test/autodoc/types/output/";
ConfigLoader cfg = new ConfigLoader();
cfg.loadConfig("xml-test.properties");
try {
String[] prop = cfg.getPropertyVals("files");
for (String file : prop) {