Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-releng] JUnit failures in the JSF Tools project..

For some reason that I cannot determine, the behaviour of org.eclipse.wst.xml.core.internal.document.ElementImpl.cloneNode(boolean) has changed such that after cloning, it now causes some later call to convert that element into a String to produce attributes with single quotes wrapping their values instead of double quotes (so, <param value="" /> becomes <param value='' /> after cloning). Subsequently, our textual comparison failed.
 
I have made a test class fix that protects against this (since I cannot determine the root cause and since we ARE using an internal implementation class of WTP's).
 
SSE XML team may want to investigate if they have made a recent (about 1 week?) change that could be the root cause, and, if so, if the change is expected and acceptable.
 
I haven't logged a bug, as we ARE using an internal implementation class in our test, and, as such, we need to be resilient to any changes.
 
Thanks,
 - Ian (JSF Tools Project)
-----Original Message-----
From: Raghunathan Srinivasan
Sent: Wednesday, March 04, 2009 10:12 PM
To: Webtools releng discussion list
Subject: [wtp-releng] JUnit failurs in the JSF Tools project..

Hi,

 

We are looking into the 2 Junit failures.

-Raghu


Back to the top