aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxAddingSameItemTwoTimesWithItemProviderResetTest.java
blob: d2ed70d211b9f5759099d589fb6de798654ad068 (plain)
1
2
3
4
5
6
package com.vaadin.tests.components.combobox;

public class ComboBoxAddingSameItemTwoTimesWithItemProviderResetTest
        extends ComboBoxAddingSameItemTwoTimesWithItemHandlerResetTest {
    // same tests using NewItemProvider instead of NewItemHandler
}