diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-13 16:28:01 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-14 12:00:38 +0300 |
commit | d64b0359d83c0dfa8ef28465b869be45e986b281 (patch) | |
tree | 9d520c32c83e7e22cd010b3344e3ce00ce548ae6 /uitest | |
parent | b2c36c65e7434e1c0707b4bb8dbe7fd423f88a0d (diff) | |
download | vaadin-framework-d64b0359d83c0dfa8ef28465b869be45e986b281.tar.gz vaadin-framework-d64b0359d83c0dfa8ef28465b869be45e986b281.zip |
Removed broken icon
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/label/LabelTooltip.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/label/LabelTooltip.java b/uitest/src/com/vaadin/tests/components/label/LabelTooltip.java index bc399e7d3c..cb96c1282c 100644 --- a/uitest/src/com/vaadin/tests/components/label/LabelTooltip.java +++ b/uitest/src/com/vaadin/tests/components/label/LabelTooltip.java @@ -1,6 +1,5 @@ package com.vaadin.tests.components.label; -import com.vaadin.server.ThemeResource; import com.vaadin.server.UserError; import com.vaadin.tests.components.TestBase; import com.vaadin.ui.GridLayout; @@ -17,7 +16,6 @@ public class LabelTooltip extends TestBase { private static Layout createLayout() { GridLayout layout = new GridLayout(2, 1); layout.setCaption("Tooltips"); - layout.setIcon(new ThemeResource("icons/blue/16/home.png")); layout.setMargin(true); layout.setSpacing(true); layout.setWidth("400px"); |