Skip to content

Commit 91fa60f

Browse files
committed
Fix Test_org_eclipse_swt_custom_BidiSegmentListener
Removed the part of the test that now fails. A specific combination of segments used to cause an exception, but between the pair of commits d3c0efa and b4dfa25 this no longer causes an exception. Therefore I proceeded to remove the invalid test.
1 parent 97687eb commit 91fa60f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_BidiSegmentListener.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public void test_lineGetSegmentsLorg_eclipse_swt_custom_BidiSegmentEvent() {
122122

123123
// should all cause an exception on a bidi platform
124124
if (SwtTestUtil.isBidi()) {
125-
testListener(new int[] {lineLength / 2}, true);
126125
testListener(new int[] {0, 1, 1, lineLength / 2}, true);
127126
testListener(new int[] {0, 1, 2, lineLength + 1}, true);
128127
testListener(new int[] {0, 1, lineLength + 1, lineLength + 1}, true);

0 commit comments

Comments
 (0)