We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fe1bf commit e5e0a9dCopy full SHA for e5e0a9d
1 file changed
org.eclipse.wb.tests/src/org/eclipse/wb/tests/designer/swt/model/widgets/TableTest.java
@@ -32,7 +32,6 @@
32
import org.eclipse.swt.widgets.TableColumn;
33
import org.eclipse.swt.widgets.TableItem;
34
35
-import org.junit.jupiter.api.Disabled;
36
import org.junit.jupiter.api.Test;
37
38
import java.util.List;
@@ -183,8 +182,6 @@ public Test() {
183
182
* In SWT Cocoa and Linux GTK, the column headers are excluded from the client
184
* area, hence why we have to adjust them for the tests.
185
*/
186
- // Disabled because of https://github.com/eclipse-windowbuilder/windowbuilder/issues/389
187
- @Disabled
188
@Test
189
public void test_TableColumn() throws Exception {
190
CompositeInfo shell = parseComposite("""
0 commit comments