DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9774>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9774 "ant test" reports a failed assertion in dom.mem.Test [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|"ant test" reports a failed |"ant test" reports a failed |assertion in dom.mem.Test |assertion in dom.mem.Test ------- Additional Comments From [EMAIL PROTECTED] 2002-06-11 14:26 ------- George, thanks for letting us know. The reason for this test to fail is the change I've made in Xerces that is related on how we treat empty string namespaceURI. According to the DOM L2 (erratum) applications should not use "" and it is implementation dependent on how those are treated. The DOM L3 on the other hand, expects implementations to treat "" as null. So the Xerces implementation was changed to convert internally "" to null. However, dom.mem.Test is testing for empty string to be returned. I have a patch locally, and I will commit it soon. Thank you again. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
