summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorHenrik Paul <henrik@vaadin.com>2014-12-12 16:46:38 +0200
committerHenrik Paul <henrik@vaadin.com>2014-12-12 15:17:26 +0000
commit84f7ff29b56316628f5f48e45d98326d3341baff (patch)
tree597e86447667769d870c9198ef9acd52aec571f8 /uitest
parentfe0954a97d9f826f5beda38ba6c46d1c224d1f22 (diff)
downloadvaadin-framework-84f7ff29b56316628f5f48e45d98326d3341baff.tar.gz
vaadin-framework-84f7ff29b56316628f5f48e45d98326d3341baff.zip
Fixes a bug in Grid expand logic (#13334)
Change-Id: I0ec1ccc0bc88c9fac63abc67cf50f8b12013d984
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/components/grid/GridColumnAutoWidthServerTest.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/uitest/src/com/vaadin/tests/components/grid/GridColumnAutoWidthServerTest.java b/uitest/src/com/vaadin/tests/components/grid/GridColumnAutoWidthServerTest.java
index a6ff31fae3..2f42b89eb1 100644
--- a/uitest/src/com/vaadin/tests/components/grid/GridColumnAutoWidthServerTest.java
+++ b/uitest/src/com/vaadin/tests/components/grid/GridColumnAutoWidthServerTest.java
@@ -15,9 +15,6 @@
*/
package com.vaadin.tests.components.grid;
-import org.junit.Ignore;
-import org.junit.Test;
-
import com.vaadin.tests.annotations.TestCategory;
@TestCategory("grid")
@@ -27,12 +24,4 @@ public class GridColumnAutoWidthServerTest extends
protected Class<?> getUIClass() {
return GridColumnAutoWidth.class;
}
-
- @Override
- @Test
- @Ignore
- public void testWideHeaderNarrowBody() {
- // TODO this test is temporarily broken, it will be fixed Very Soon TM.
- super.testWideHeaderNarrowBody();
- }
} \ No newline at end of file