Bug 552614

Summary: Junit test TextHandlerTest.testNonEditableText fails in the nightly build
Product: [Eclipse Project] Platform Reporter: Kalyan Prasad Tatavarthi <kalyan_prasad>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.14   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Bug Depends on: 559476    
Bug Blocks:    

Description Kalyan Prasad Tatavarthi CLA 2019-11-01 03:51:25 EDT
Junit test TextHandlerTest.testNonEditableText fails in the nightly build regularly with the below error

junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:55)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertFalse(Assert.java:39)
at junit.framework.Assert.assertFalse(Assert.java:47)
at junit.framework.TestCase.assertFalse(TestCase.java:219)
at org.eclipse.ui.tests.internal.TextHandlerTest.testNonEditableText(TextHandlerTest.java:115)

This happens on both Windows and Mac but not on Linux.