diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-07 10:32:05 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-07 10:32:05 +0300 |
commit | 52fa9639bab979d13e852e42f6aba6fe60b4ffe4 (patch) | |
tree | aaf4486eae2df058d609da7391bdf788fdf32614 /uitest/src/com/vaadin/tests/components/caption | |
parent | 074b1095ee302af67626055820853ed1b8a4ea86 (diff) | |
download | vaadin-framework-52fa9639bab979d13e852e42f6aba6fe60b4ffe4.tar.gz vaadin-framework-52fa9639bab979d13e852e42f6aba6fe60b4ffe4.zip |
Removed deprecated ContenMode.XHTML
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/caption')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/caption/IconsInCaption.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/caption/IconsInCaption.java b/uitest/src/com/vaadin/tests/components/caption/IconsInCaption.java index 46539b42d7..daf472914b 100644 --- a/uitest/src/com/vaadin/tests/components/caption/IconsInCaption.java +++ b/uitest/src/com/vaadin/tests/components/caption/IconsInCaption.java @@ -106,7 +106,7 @@ public class IconsInCaption extends TestBase { ComponentContainer container = containerClass.newInstance(); for (String size : sizes) { Label title = new Label("<h3>" + size + "x" + size + "</h3>", - ContentMode.XHTML); + ContentMode.HTML); container.addComponent(title); for (String icon : icons) { ThemeResource res = new ThemeResource("../runo/icons/" + size |