diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-06-03 16:00:34 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-06-03 16:01:52 +0300 |
commit | 6c36784ad2853d0187f69ef8f023717aa7bade12 (patch) | |
tree | 5ed8951220c767881420e77c307a945104425c47 /uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java | |
parent | 34e6c60a5a746c0306c3a84ae8d6c21dfd84d878 (diff) | |
parent | 84bf5a77e678f6d8a73f71d42fea2300b4f174cc (diff) | |
download | vaadin-framework-6c36784ad2853d0187f69ef8f023717aa7bade12.tar.gz vaadin-framework-6c36784ad2853d0187f69ef8f023717aa7bade12.zip |
Merge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1
#11448 is fixed in a different way for 7.1 because the tooltip event
handling has been slightly refactored.
Change-Id: I50db48ffdce22cdf6598daafcb022fc43ed11cf4
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java b/uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java index 9823fc1859..7d48dfa11e 100644 --- a/uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java +++ b/uitest/src/com/vaadin/tests/components/table/TableRowScrolledBottom.java @@ -5,7 +5,6 @@ import com.vaadin.tests.components.TestBase; import com.vaadin.ui.Button; import com.vaadin.ui.Label; import com.vaadin.ui.Table; -import com.vaadin.ui.VerticalLayout; public class TableRowScrolledBottom extends TestBase { |