[ https://issues.apache.org/jira/browse/YOKO-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Balaji Ravi resolved YOKO-300. ------------------------------ Resolution: Fixed Fix Version/s: v1.0.0 > Refactor comparison of wsdl files created by idltowsdl tool generation tests > ---------------------------------------------------------------------------- > > Key: YOKO-300 > URL: https://issues.apache.org/jira/browse/YOKO-300 > Project: Yoko - CORBA Server > Issue Type: Improvement > Components: Idl2Wsdl > Reporter: Matteo Vescovi > Assigned To: Balaji Ravi > Priority: Critical > Fix For: v1.0.0 > > > Currently, the generated wsdl files are compared line by line as text. > This means that changes in the formatting (such as indentantion, whitespaces) > or the ordering (such as order of attributes of an element) cause the > comparison to fail, even though two wsdl files are semantically equivalent. > Thus, the tools generation tests should be improved: instead of comparing the > content of wsdl files as text, they could do a comparison of the xml content. > This would ignore whitespace differences (including lines breaks and > different closing style, i.e. <empty></empty> vs <empty/> ) and different > attribute order. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.