summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/util
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-07 10:32:05 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-07 10:32:05 +0300
commit52fa9639bab979d13e852e42f6aba6fe60b4ffe4 (patch)
treeaaf4486eae2df058d609da7391bdf788fdf32614 /uitest/src/com/vaadin/tests/util
parent074b1095ee302af67626055820853ed1b8a4ea86 (diff)
downloadvaadin-framework-52fa9639bab979d13e852e42f6aba6fe60b4ffe4.tar.gz
vaadin-framework-52fa9639bab979d13e852e42f6aba6fe60b4ffe4.zip
Removed deprecated ContenMode.XHTML
Diffstat (limited to 'uitest/src/com/vaadin/tests/util')
-rw-r--r--uitest/src/com/vaadin/tests/util/Log.java2
-rw-r--r--uitest/src/com/vaadin/tests/util/SampleDirectory.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/util/Log.java b/uitest/src/com/vaadin/tests/util/Log.java
index 7a58a4c80c..54e266fa40 100644
--- a/uitest/src/com/vaadin/tests/util/Log.java
+++ b/uitest/src/com/vaadin/tests/util/Log.java
@@ -50,7 +50,7 @@ public class Log extends VerticalLayout {
}
private Label createEventLabel() {
- Label l = new Label("&nbsp;", ContentMode.XHTML);
+ Label l = new Label("&nbsp;", ContentMode.HTML);
l.setWidth(null);
return l;
}
diff --git a/uitest/src/com/vaadin/tests/util/SampleDirectory.java b/uitest/src/com/vaadin/tests/util/SampleDirectory.java
index 609606b501..140f778551 100644
--- a/uitest/src/com/vaadin/tests/util/SampleDirectory.java
+++ b/uitest/src/com/vaadin/tests/util/SampleDirectory.java
@@ -82,7 +82,7 @@ public class SampleDirectory {
errorPanel.setStyleName("strong");
errorPanel.setComponentError(new SystemError(
"Cannot provide sample directory"));
- errorPanel.addComponent(new Label(errorMessage, ContentMode.XHTML));
+ errorPanel.addComponent(new Label(errorMessage, ContentMode.HTML));
// Remove all components from applications main window
uI.getContent().removeAllComponents();
// Add error panel