summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/TestForNativeWindowing.java
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/TestForNativeWindowing.java
parent074b1095ee302af67626055820853ed1b8a4ea86 (diff)
downloadvaadin-framework-52fa9639bab979d13e852e42f6aba6fe60b4ffe4.tar.gz
vaadin-framework-52fa9639bab979d13e852e42f6aba6fe60b4ffe4.zip
Removed deprecated ContenMode.XHTML
Diffstat (limited to 'uitest/src/com/vaadin/tests/TestForNativeWindowing.java')
-rw-r--r--uitest/src/com/vaadin/tests/TestForNativeWindowing.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/TestForNativeWindowing.java b/uitest/src/com/vaadin/tests/TestForNativeWindowing.java
index 6f131bdb8e..505b1801db 100644
--- a/uitest/src/com/vaadin/tests/TestForNativeWindowing.java
+++ b/uitest/src/com/vaadin/tests/TestForNativeWindowing.java
@@ -84,7 +84,7 @@ public class TestForNativeWindowing extends Application {
+ "<p>Lorem ipsum dolor sit amet.</p>"
+ "<p>Lorem ipsum dolor sit amet.</p>"
+ "<p>Lorem ipsum dolor sit amet.</p>",
- ContentMode.XHTML));
+ ContentMode.HTML));
}
}));