[jdom-interest] serialization test failure after the last cvs release

Philip Nelson panmanphil at yahoo.com
Wed Apr 10 08:01:21 PDT 2002


I tracked this test failure in TestElement and TestDocument down.  Doesn't have
anything to do with serialization unfortunately for the EJB problem somebody is
having.  It seems (and  can't verify this while on the road) that the behaviour
of XMLOutputter.output(element, writer) (or printElement) has changed.  It used
to recursively output element content but now only outputs the content of the
element passed in.  Is that the intended behaviour now?  The tests are failing
because after deserializing, I output the element to a stringwriter and compare
against another string.  The child content got lost as a result of the change.

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/



More information about the jdom-interest mailing list