Skip to content

Commit e5e0a9d

Browse files
committed
Reactivate TableTest.test_TableColumn
This test was seemingly disabled by accident.
1 parent 88fe1bf commit e5e0a9d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • org.eclipse.wb.tests/src/org/eclipse/wb/tests/designer/swt/model/widgets

org.eclipse.wb.tests/src/org/eclipse/wb/tests/designer/swt/model/widgets/TableTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import org.eclipse.swt.widgets.TableColumn;
3333
import org.eclipse.swt.widgets.TableItem;
3434

35-
import org.junit.jupiter.api.Disabled;
3635
import org.junit.jupiter.api.Test;
3736

3837
import java.util.List;
@@ -183,8 +182,6 @@ public Test() {
183182
* In SWT Cocoa and Linux GTK, the column headers are excluded from the client
184183
* area, hence why we have to adjust them for the tests.
185184
*/
186-
// Disabled because of https://github.com/eclipse-windowbuilder/windowbuilder/issues/389
187-
@Disabled
188185
@Test
189186
public void test_TableColumn() throws Exception {
190187
CompositeInfo shell = parseComposite("""

0 commit comments

Comments
 (0)