Skip to content

Regression

org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar (from org.eclipse.jface.text.tests.JFaceTextTestSuite)

Failing for the past 1 build (Since Unstable #135 )
Took 1.1 sec.

Error Message

Not unique new shell found expected:<1> but was:<0>

Stacktrace

java.lang.AssertionError: Not unique new shell found expected:<1> but was:<0>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.eclipse.jface.text.tests.contentassist.AbstractContentAssistTest.findNewShell(AbstractContentAssistTest.java:236)
	at org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar(AsyncContentAssistTest.java:165)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)