summaryrefslogtreecommitdiffstats
path: root/server/tests/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/src/com')
-rw-r--r--server/tests/src/com/vaadin/tests/server/component/tree/TreeTest.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/server/tests/src/com/vaadin/tests/server/component/tree/TreeTest.java b/server/tests/src/com/vaadin/tests/server/component/tree/TreeTest.java
index 634e6a86f3..a0d57c4d59 100644
--- a/server/tests/src/com/vaadin/tests/server/component/tree/TreeTest.java
+++ b/server/tests/src/com/vaadin/tests/server/component/tree/TreeTest.java
@@ -9,7 +9,6 @@ import java.lang.reflect.Field;
import java.util.HashSet;
import org.junit.Before;
-import org.junit.Ignore;
import org.junit.Test;
import com.vaadin.data.Container;
@@ -84,10 +83,6 @@ public class TreeTest {
.getContainerDataSource().getClass()));
}
- @Ignore("This test tests that item ids which are removed are also "
- + "removed from the expand list to prevent a memory leak. "
- + "Fixing the memory leak cannot be done without changing some API (see #11053) "
- + "so ignoring this test for the 7.0.x series.")
@Test
public void testRemoveExpandedItems() throws Exception {
tree.expandItem("parent");