diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2016-10-05 11:32:59 +0300 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2016-10-06 09:56:45 +0300 |
commit | 45082d1abcfec7f281c986c08fe0c1f065af29f2 (patch) | |
tree | e9e6b0d12334bac5db8b42c509e56f450617c597 /uitest/src/main/java/com/vaadin/tests/components/AbstractComponentTestCase.java | |
parent | a249d3ba04c7dcf54d77d7df7f8d2d73fb7d9f7b (diff) | |
download | vaadin-framework-45082d1abcfec7f281c986c08fe0c1f065af29f2.tar.gz vaadin-framework-45082d1abcfec7f281c986c08fe0c1f065af29f2.zip |
Make Valo the default theme
LegacyApplication explicitly uses "reindeer" as default theme.
Extended AbstractTestUI to AbstractReindeerTestUI, that all old tests now inherit.
All new tests should be based on AbstractTestUI.
Also added AbstractReindeerTestUIWithLog for those that needed it.
Removed all found @Theme("valo") and used proper parent test class.
Change-Id: I0bb45850f3f1d39c6f78dac35dfa08acbad427ad
Diffstat (limited to 'uitest/src/main/java/com/vaadin/tests/components/AbstractComponentTestCase.java')
-rw-r--r-- | uitest/src/main/java/com/vaadin/tests/components/AbstractComponentTestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/main/java/com/vaadin/tests/components/AbstractComponentTestCase.java b/uitest/src/main/java/com/vaadin/tests/components/AbstractComponentTestCase.java index c52e332b94..bf5ef2df13 100644 --- a/uitest/src/main/java/com/vaadin/tests/components/AbstractComponentTestCase.java +++ b/uitest/src/main/java/com/vaadin/tests/components/AbstractComponentTestCase.java @@ -15,7 +15,7 @@ import com.vaadin.ui.Layout.SpacingHandler; import com.vaadin.v7.ui.Field; public abstract class AbstractComponentTestCase<T extends AbstractComponent> - extends AbstractTestUI { + extends AbstractReindeerTestUI { protected static final ThemeResource ICON_16_HELP_PNG_CACHEABLE = cacheableThemeResource( "../runo/icons/16/help.png"); |