From: Leif Åstrand Date: Tue, 10 Jan 2012 11:28:27 +0000 (+0200) Subject: Parent layouts updated to make height: 100% work for the tested X-Git-Tag: 7.0.0.alpha2~537^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=efa891afa881a3869295e241ac2521fed37f1d09;p=vaadin-framework.git Parent layouts updated to make height: 100% work for the tested container --- diff --git a/tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java b/tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java index 39cb766c85..85cc6ca5e1 100644 --- a/tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java +++ b/tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java @@ -162,6 +162,9 @@ public class OrderedLayoutCases extends AbstractTestRoot { addComponent(currentLayout); getLayout().setSpacing(true); + getContent().setSizeFull(); + getLayout().setSizeFull(); + getLayout().setExpandRatio(currentLayout, 1); } private static NativeSelect createSimpleSelector(String caption,