You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4691,6 +4691,48 @@ public void test_verticalIndent_changeRelativeBounds() {
4691
4691
assertEquals(0, text.getTopPixel());
4692
4692
}
4693
4693
4694
+
/**
4695
+
* test fix for eclipse-platform/eclipse.platform.swt#2512
0 commit comments