diff options
Diffstat (limited to 'uitest/src/com')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/combobox/ComboboxPageLengthZeroScroll.java (renamed from uitest/src/com/vaadin/tests/components/ui/ComboboxPageLengthZeroScroll.java) | 2 | ||||
-rw-r--r-- | uitest/src/com/vaadin/tests/components/combobox/ComboboxPageLengthZeroScrollTest.java (renamed from uitest/src/com/vaadin/tests/components/ui/ComboboxPageLengthZeroScrollTest.java) | 2 | ||||
-rw-r--r-- | uitest/src/com/vaadin/tests/components/combobox/ComboboxStyleChangeWidth.java (renamed from uitest/src/com/vaadin/tests/components/ui/ComboboxStyleChangeWidth.java) | 2 | ||||
-rw-r--r-- | uitest/src/com/vaadin/tests/components/combobox/ComboboxStyleChangeWidthTest.java (renamed from uitest/src/com/vaadin/tests/components/ui/ComboboxStyleChangeWidthTest.java) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/uitest/src/com/vaadin/tests/components/ui/ComboboxPageLengthZeroScroll.java b/uitest/src/com/vaadin/tests/components/combobox/ComboboxPageLengthZeroScroll.java index 82c04191d1..735491d80a 100644 --- a/uitest/src/com/vaadin/tests/components/ui/ComboboxPageLengthZeroScroll.java +++ b/uitest/src/com/vaadin/tests/components/combobox/ComboboxPageLengthZeroScroll.java @@ -13,7 +13,7 @@ * License for the specific language governing permissions and limitations under * the License. */ -package com.vaadin.tests.components.ui; +package com.vaadin.tests.components.combobox; import com.vaadin.server.VaadinRequest; import com.vaadin.tests.components.AbstractTestUI; diff --git a/uitest/src/com/vaadin/tests/components/ui/ComboboxPageLengthZeroScrollTest.java b/uitest/src/com/vaadin/tests/components/combobox/ComboboxPageLengthZeroScrollTest.java index eecf83417e..9d863d2c0c 100644 --- a/uitest/src/com/vaadin/tests/components/ui/ComboboxPageLengthZeroScrollTest.java +++ b/uitest/src/com/vaadin/tests/components/combobox/ComboboxPageLengthZeroScrollTest.java @@ -13,7 +13,7 @@ * License for the specific language governing permissions and limitations under * the License. */ -package com.vaadin.tests.components.ui; +package com.vaadin.tests.components.combobox; import org.junit.Assert; import org.junit.Test; diff --git a/uitest/src/com/vaadin/tests/components/ui/ComboboxStyleChangeWidth.java b/uitest/src/com/vaadin/tests/components/combobox/ComboboxStyleChangeWidth.java index 6e5ca36f31..593f567c12 100644 --- a/uitest/src/com/vaadin/tests/components/ui/ComboboxStyleChangeWidth.java +++ b/uitest/src/com/vaadin/tests/components/combobox/ComboboxStyleChangeWidth.java @@ -13,7 +13,7 @@ * License for the specific language governing permissions and limitations under * the License. */ -package com.vaadin.tests.components.ui; +package com.vaadin.tests.components.combobox; import com.vaadin.server.VaadinRequest; import com.vaadin.tests.components.AbstractTestUIWithLog; diff --git a/uitest/src/com/vaadin/tests/components/ui/ComboboxStyleChangeWidthTest.java b/uitest/src/com/vaadin/tests/components/combobox/ComboboxStyleChangeWidthTest.java index c8299c110e..034319ac70 100644 --- a/uitest/src/com/vaadin/tests/components/ui/ComboboxStyleChangeWidthTest.java +++ b/uitest/src/com/vaadin/tests/components/combobox/ComboboxStyleChangeWidthTest.java @@ -13,7 +13,7 @@ * License for the specific language governing permissions and limitations under * the License. */ -package com.vaadin.tests.components.ui; +package com.vaadin.tests.components.combobox; import static org.junit.Assert.assertEquals; |