diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2012-08-08 22:02:50 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@vaadin.com> | 2012-08-08 22:02:50 +0300 |
commit | afb01d3d1c23980ba5148edf12377e4c9ad95dde (patch) | |
tree | 42c4ec47245d675bfb200b6bb3ce11de99fe8dfb /tests/testbench/com | |
parent | 8356465b3897fa16233064cfd586b4557f33e8e4 (diff) | |
download | vaadin-framework-afb01d3d1c23980ba5148edf12377e4c9ad95dde.tar.gz vaadin-framework-afb01d3d1c23980ba5148edf12377e4c9ad95dde.zip |
fixed some boxlayout imports
Diffstat (limited to 'tests/testbench/com')
-rw-r--r-- | tests/testbench/com/vaadin/tests/components/orderedlayout/BoxLayoutTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testbench/com/vaadin/tests/components/orderedlayout/BoxLayoutTest.java b/tests/testbench/com/vaadin/tests/components/orderedlayout/BoxLayoutTest.java index 8b96ae6f27..fb9a5ab751 100644 --- a/tests/testbench/com/vaadin/tests/components/orderedlayout/BoxLayoutTest.java +++ b/tests/testbench/com/vaadin/tests/components/orderedlayout/BoxLayoutTest.java @@ -8,10 +8,10 @@ import com.vaadin.data.Property.ValueChangeEvent; import com.vaadin.data.Property.ValueChangeListener; import com.vaadin.event.LayoutEvents.LayoutClickEvent; import com.vaadin.event.LayoutEvents.LayoutClickListener; +import com.vaadin.shared.ui.label.ContentMode; import com.vaadin.terminal.ThemeResource; import com.vaadin.terminal.UserError; import com.vaadin.terminal.WrappedRequest; -import com.vaadin.terminal.gwt.client.ui.label.ContentMode; import com.vaadin.tests.components.AbstractTestRoot; import com.vaadin.ui.AbstractComponent; import com.vaadin.ui.AbstractField; |