]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add align bottom to the tests with heights just to make it more interesting
authorLeif Åstrand <leif@vaadin.com>
Wed, 11 Jan 2012 14:57:46 +0000 (14:57 +0000)
committerLeif Åstrand <leif@vaadin.com>
Wed, 11 Jan 2012 14:57:46 +0000 (14:57 +0000)
svn changeset:22593/svn branch:6.7

tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java

index dae44e3299178155fa4e6f45f6e7eb08efdafaea..ff3c304600948c43ac66c9c7a063500f5bec5af1 100644 (file)
@@ -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);
                     }
                 }));