diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-05-19 11:17:57 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-05-19 11:17:57 +0300 |
commit | 13ddd2b03c99b563b131c115982ac09453ca749f (patch) | |
tree | 3683794c17254b5ab7a3730ff6b4a3186999b185 /uitest/src/com | |
parent | f2597f7496241bfb3836fce0c0d3d1aa90a2f6dc (diff) | |
download | vaadin-framework-13ddd2b03c99b563b131c115982ac09453ca749f.tar.gz vaadin-framework-13ddd2b03c99b563b131c115982ac09453ca749f.zip |
Move ComboBox tests to correct package
Change-Id: I2ad5164a637b2b4c96b46f30df036ccbc5cbcd66
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; |