diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-10-09 12:01:49 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-10-09 12:01:49 +0300 |
commit | 2cf945daa8e0bc064393d99deb64f0dc111512de (patch) | |
tree | 7e83446b8836ad9ec9ef3174005a4c81b022062a /uitest/src/com/vaadin/tests/applicationservlet | |
parent | 8a775666ae0459172de4720900285d9067d8a69c (diff) | |
download | vaadin-framework-2cf945daa8e0bc064393d99deb64f0dc111512de.tar.gz vaadin-framework-2cf945daa8e0bc064393d99deb64f0dc111512de.zip |
Update test script to work with updated embed1 servlet mapping
Change-Id: I59d0f0b10120c7fdb40e8d78650eb7901d421457
Diffstat (limited to 'uitest/src/com/vaadin/tests/applicationservlet')
-rw-r--r-- | uitest/src/com/vaadin/tests/applicationservlet/MultipleServletConfiguration.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/applicationservlet/MultipleServletConfiguration.html b/uitest/src/com/vaadin/tests/applicationservlet/MultipleServletConfiguration.html index a8364eabcc..3b4452cc8d 100644 --- a/uitest/src/com/vaadin/tests/applicationservlet/MultipleServletConfiguration.html +++ b/uitest/src/com/vaadin/tests/applicationservlet/MultipleServletConfiguration.html @@ -19,7 +19,7 @@ <tr> <td>assertText</td> <td>vaadin=embed1::/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VLabel[0]</td> - <td>An AbsoluteLayout with fixed size should clip at its borders. Nothing outside the black square should be visible.</td> + <td>A generic test for Buttons in different configurations</td> </tr> <tr> <td>open</td> @@ -39,7 +39,7 @@ <tr> <td>assertText</td> <td>vaadin=embed1::/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VLabel[0]</td> - <td>An AbsoluteLayout with fixed size should clip at its borders. Nothing outside the black square should be visible.</td> + <td>A generic test for Buttons in different configurations</td> </tr> </tbody></table> |