Hello Al,


Tuesday, September 25, 2007, 7:05:34 PM, you wrote:


> Some of the unit tests currently fail under JDK 1.6 due to the ordering

> of iterators over hashmaps changing. This doesn't affect real apps, 

> merely the tests (we put the attributes for tags into a Map, and the

> test is expecting <something a="foo" b="bar"> but gets <something 

b="bar" a="foo">> and fails due to that - nothing

b="bar" a="foo">> to worry about). We'll 

> fix this in due course.


To eliminate such type of failures i think we need to explore xmlunit facilities (http://xmlunit.sourceforge.net/)

Pity i'm not an expert in this tools :)


Cheers,


Oleg


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

Reply via email to