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_graphics_TextLayout.java
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1277,11 +1277,8 @@ public void test_Bug579335_win32_StyledText_LongLine() {
1277
1277
publicvoidtest_getLineCount() {
1278
1278
//Skipping this test for GTK and Cocoa as this pr #1320 applies only for windows platform.
1279
1279
//Without pr #1320(master) : Number of lines: 11 (for Cocoa it is : 10)
1280
-
//Without pr #1320(master) : Bounds of the text layout: Rectangle {0, 0, 30, 220} (for Cocoa it is : {0, 0, 27, 176})
1281
1280
//Expected : Number of lines: 7 (for Cocoa it is : 10)
1282
-
//Expected : Bounds of the text layout: Rectangle {0, 0, 43, 140} (for Cocoa it is : {0, 0, 27, 176})
0 commit comments