summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorDenis Anisimov <denis@vaadin.com>2016-10-05 11:28:35 +0300
committerVaadin Code Review <review@vaadin.com>2016-10-05 10:04:09 +0000
commit3e4554c411e2e26fe314abe3a193ec7421c66c94 (patch)
tree36dad8485e1d84b46b74f1b8e97e96d216340ada /uitest
parent4c2adcefb2dee1b296eef31a8d4944b1b89226e5 (diff)
downloadvaadin-framework-3e4554c411e2e26fe314abe3a193ec7421c66c94.tar.gz
vaadin-framework-3e4554c411e2e26fe314abe3a193ec7421c66c94.zip
Fix broken tests (#376).
Change-Id: I8cd827d0e9544f477ad4693eea9411bef7740d34
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/main/java/com/vaadin/tests/themes/valo/ValoThemeUI.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/uitest/src/main/java/com/vaadin/tests/themes/valo/ValoThemeUI.java b/uitest/src/main/java/com/vaadin/tests/themes/valo/ValoThemeUI.java
index c4bf7e8a17..1a84fd8718 100644
--- a/uitest/src/main/java/com/vaadin/tests/themes/valo/ValoThemeUI.java
+++ b/uitest/src/main/java/com/vaadin/tests/themes/valo/ValoThemeUI.java
@@ -22,7 +22,6 @@ import java.util.Map.Entry;
import com.vaadin.annotations.PreserveOnRefresh;
import com.vaadin.annotations.Theme;
import com.vaadin.annotations.Title;
-import com.vaadin.annotations.Widgetset;
import com.vaadin.event.Action;
import com.vaadin.event.Action.Handler;
import com.vaadin.navigator.Navigator;
@@ -61,7 +60,6 @@ import com.vaadin.v7.ui.NativeSelect;
@Theme("tests-valo")
@Title("Valo Theme Test")
-@Widgetset("com.vaadin.DefaultWidgetSet")
@PreserveOnRefresh
public class ValoThemeUI extends UI {