Bug 552614 - Junit test TextHandlerTest.testNonEditableText fails in the nightly build
Summary: Junit test TextHandlerTest.testNonEditableText fails in the nightly build
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.14   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 559476
Blocks:
  Show dependency tree
 
Reported: 2019-11-01 03:51 EDT by Kalyan Prasad Tatavarthi CLA
Modified: 2020-01-23 18:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.