public final void testHyphenatedElement() throws Exception
{
String resourceDir = createResourceFile("tools/jbws1170").getAbsolutePath();
String toolsDir = resourceDir; //"tools/jbws1170";
String[] args = new String[] { "-dest", toolsDir, "-config", resourceDir + "/wstools-config.xml" };
new WSTools().generate(args);
// With JDK6 these are not lexically equivalent
//Element exp = DOMUtils.parse(new FileInputStream(resourceDir + "/wrapper-mapping.xml"));
//Element was = DOMUtils.parse(new FileInputStream(toolsDir + "/wrapper-mapping.xml"));
//assertEquals(exp, was);