diff options
author | Artur Signell <artur@vaadin.com> | 2012-10-26 14:32:46 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-10-26 14:32:46 +0300 |
commit | efeaae0ef9106c3c0f9da908fd6c3b464ce98d40 (patch) | |
tree | bb02dee7a2c2d79cd8d8ce81d4b16fe1b2848e9d /uitest/src/com/vaadin/tests/serialization/SerializerTest.html | |
parent | a67d0e777a6647783eecc64950b698c064d0c029 (diff) | |
download | vaadin-framework-efeaae0ef9106c3c0f9da908fd6c3b464ce98d40.tar.gz vaadin-framework-efeaae0ef9106c3c0f9da908fd6c3b464ce98d40.zip |
Enum is HTML, not XHTML nowadays
Change-Id: I4c6ae2896f53813074bb8179bde30897797d453c
Diffstat (limited to 'uitest/src/com/vaadin/tests/serialization/SerializerTest.html')
-rw-r--r-- | uitest/src/com/vaadin/tests/serialization/SerializerTest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/serialization/SerializerTest.html b/uitest/src/com/vaadin/tests/serialization/SerializerTest.html index 4417fabf14..46b1a9ed8b 100644 --- a/uitest/src/com/vaadin/tests/serialization/SerializerTest.html +++ b/uitest/src/com/vaadin/tests/serialization/SerializerTest.html @@ -104,7 +104,7 @@ <tr> <td>assertText</td> <td>vaadin=runcomvaadintestsserializationSerializerTest::/VVerticalLayout[0]/VVerticalLayout[0]/VVerticalLayout[0]/VLabel[0]</td> - <td>18. sendEnum: PREFORMATTED, [XHTML, RAW], [PREFORMATTED, XML]</td> + <td>18. sendEnum: PREFORMATTED, [HTML, RAW], [PREFORMATTED, XML]</td> </tr> </tbody></table> </body> |