From: Leif Åstrand Date: Wed, 11 Jan 2012 14:57:46 +0000 (+0000) Subject: Add align bottom to the tests with heights just to make it more interesting X-Git-Tag: 7.0.0.alpha2~485^2~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10124fe027d2613a72ce9e26bfc01ee889eb2df7;p=vaadin-framework.git Add align bottom to the tests with heights just to make it more interesting svn changeset:22593/svn branch:6.7 --- diff --git a/tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java b/tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java index dae44e3299..ff3c304600 100644 --- a/tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java +++ b/tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java @@ -266,6 +266,8 @@ public class OrderedLayoutCases extends TestBase { setChildState(0, 1, 2); // Height: 100% to middle child setChildState(1, 1, 4); + // Alignment: bottom left to right child + setChildState(2, 4, 7); } })); @@ -277,6 +279,8 @@ public class OrderedLayoutCases extends TestBase { setChildState(0, 1, 2); // Height: 100% to middle child setChildState(1, 1, 4); + // Alignment: bottom left to right child + setChildState(2, 4, 7); } }));