[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: JSDT tests errors/failures

I've opened the following bug to help address the problem you have raised.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=274729

Please copy yourself on that bug and provide us with any additional information you may have. I.e. Which tests and test suites are you running that are failing.

Dave

Konstantin Scheglov wrote:

I've checked out from CVS following plugins:

org.eclipse.wst.jsdt.core
org.eclipse.wst.jsdt.core.tests.compiler
org.eclipse.wst.jsdt.core.tests.model

However when I try to see how good is JSDT to use its API, and try to run even simple tests, such as org.eclipse.wst.jsdt.core.tests.dom.ASTTest, I see that there is a lot of errors (7) and failures (47) in 168 tests. I see assertations that will fail alwais:

  assertTrue(TagElement.TAG_SINCE.equals("@since")); //$NON-NLS-1$
because of
  public static final String TAG_SINCE = " "; //$NON-NLS-1$

So, this raises question - is JSDT really working if it has no tests?