Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [n4js-dev] org.eclipse.n4js.tests.resource.N4JSResourceTest.testDisposeDocumentDoesntTriggerResolution() ??

This test is not intended to run as plugin[UI] test. The failure when running the test locally
is probably caused by a slightly changed behaviour of Eclipse or Xtext or by the switch
to Java 11.

Since the test asserts an undesired behavior anyway (to remind us when it is fixed), I think
the best approach is to adjust the test to accept the new, slightly changed undesired behavior
as well.

See

Best,
Oliver




On 4. Jul 2019, at 15:31, Jens von Pilgrim <developer@xxxxxxxxx> wrote:

Dear Colleagues,

org.eclipse.n4js.tests.resource.N4JSResourceTest.testDisposeDocumentDoesntTriggerResolution()

needs to be run as plugin test, is that right? It seems as if this is the only test in ..n4js.lang.tests which needs to be run as plugin test. Could we move it to another test project?

Besides, when running it as plugin test with latest oomphed-n4js (and Eclipse 2019/02), the test fails:

Xtext issue #967 seems to be fixed! Remove temporary workaround!++

Can we remove the workaround? Should I create an issue for that?

Cheers,

Jens
_______________________________________________
n4js-dev mailing list
n4js-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/n4js-dev


Back to the top