DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34819>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34819





------- Additional Comments From [EMAIL PROTECTED]  2005-05-29 14:08 -------
Sorry, I don't understand your last comment.

With this patch I was hoping that all the unit tests would pass with Aelfred.
I thought the issue was that the test assumes that namespace parsing is off, and
therefore NodeCreateRule will generate DOM1 nodes, and therefore querying these
nodes for localname will always return null.

Namespace parsing *is* off, but because Aelfred provides localname info anyway,
NodeCreateRule was assuming that namespace parsing was on, and therefore
generating DOM2 nodes with localname info in them. The unit test then checks
these DOM2 nodes, finds localname is set and (correctly) reports a test failure.

The patch attempts to correct NodeCreateRule to *actually* check whether
namespace parsing is enabled. If not, then it creates DOM1 nodes which have no 
localname info so those asserts should now pass.

If you've applied the attached patch to the latest SVN code, and are still
getting the assert failures then I've made a mistake somewhere.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to