]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update to com.vaadin.tests.components.table.TableRowHeight
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 7 Dec 2009 11:47:30 +0000 (11:47 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 7 Dec 2009 11:47:30 +0000 (11:47 +0000)
svn changeset:10178/svn branch:6.2

tests/src/com/vaadin/tests/components/table/TableRowHeight.java

index 637ed89436a988d47b7808a717cd43ef39f0e8f9..b3864ae0e4c82cedfa7694f613ff69861edb5bf5 100644 (file)
@@ -46,9 +46,8 @@ public class TableRowHeight extends TestBase {
                 "Table with both label and layout component in generated column"));
         addComponent(table4);
 
-        Table table5 = initTable(PAGELENGTH, true, false, true);
-        addComponent(new Label(
-                "Table with both label and layout component in generated column"));
+        Table table5 = initTable(PAGELENGTH, false, false, true);
+        addComponent(new Label("Table with label horizontal scrollbar"));
         addComponent(table5);
 
     }
@@ -80,6 +79,7 @@ public class TableRowHeight extends TestBase {
             table.addGeneratedColumn("name2", new LayoutColumnGenerator());
         }
         if (fixedColWidths) {
+            table.setWidth("400px");
             table.setColumnWidth("firstname", 200);
             table.setColumnWidth("lastname", 300);
         }