The new XMLParser will no longer trim CDATA content, so that a node of: <foo> </foo> actaully has a sub element named " ". This has no effect on actuall running, but several test cases in XMLParserTest fail when either just space exists between start and end element and then XMLNode is compared such as: <jnlp>/n</jnlp> is compared to see if it is equal to <jnlp/> simple fix is to remove spaces and newlines explicitly put between tags in test
|