]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed typo
authorArtur Signell <artur.signell@itmill.com>
Thu, 2 Dec 2010 11:50:07 +0000 (11:50 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 2 Dec 2010 11:50:07 +0000 (11:50 +0000)
svn changeset:16274/svn branch:6.5

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

index 77b628957277acdd5ec0eb29973b444f3c2ec965..537461ce0fb84d1551e48ed2f40421daef311a32 100644 (file)
@@ -25,7 +25,7 @@ public class ItemClickEvents extends TestBase {
     public void setup() {
         log.setDebugId("log");
 
-        HorizontalLayout ol = createHorizontalLayout(table);
+        HorizontalLayout ol = createHorizontalLayout(tree);
         Button b = new Button("icon", new Button.ClickListener() {
             public void buttonClick(ClickEvent event) {
                 if (tree.getItemIconPropertyId() == null) {