Bläddra i källkod

Move ComboBox tests to correct package

Change-Id: I2ad5164a637b2b4c96b46f30df036ccbc5cbcd66
tags/7.4.0.alpha2
Teemu Suo-Anttila 10 år sedan
förälder
incheckning
13ddd2b03c

uitest/src/com/vaadin/tests/components/ui/ComboboxPageLengthZeroScroll.java → uitest/src/com/vaadin/tests/components/combobox/ComboboxPageLengthZeroScroll.java Visa fil

@@ -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;

uitest/src/com/vaadin/tests/components/ui/ComboboxPageLengthZeroScrollTest.java → uitest/src/com/vaadin/tests/components/combobox/ComboboxPageLengthZeroScrollTest.java Visa fil

@@ -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;

uitest/src/com/vaadin/tests/components/ui/ComboboxStyleChangeWidth.java → uitest/src/com/vaadin/tests/components/combobox/ComboboxStyleChangeWidth.java Visa fil

@@ -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;

uitest/src/com/vaadin/tests/components/ui/ComboboxStyleChangeWidthTest.java → uitest/src/com/vaadin/tests/components/combobox/ComboboxStyleChangeWidthTest.java Visa fil

@@ -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;


Laddar…
Avbryt
Spara