diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-10-09 14:12:59 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-10-09 14:12:59 +0300 |
commit | aa29d089c0b4d253e98790142c4b02566328c21a (patch) | |
tree | dfc03376d797094b5ca1c97c470fad7cfc59b3ad | |
parent | dbf0c5f224a4cc33fcaace478b7f1118602d2e0f (diff) | |
download | vaadin-framework-aa29d089c0b4d253e98790142c4b02566328c21a.tar.gz vaadin-framework-aa29d089c0b4d253e98790142c4b02566328c21a.zip |
Update test to work with recent changes:
* translateVaadinUri now gives absolute URLs
* app:// now goes to the root of the servlet mapping
* VerticalLayout style names updated
Change-Id: I8765ec4c294e1c8c7a5a141ef2789a16c0351b7a
-rw-r--r-- | uitest/src/com/vaadin/tests/components/javascriptcomponent/BasicJavaScriptComponent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/javascriptcomponent/BasicJavaScriptComponent.html b/uitest/src/com/vaadin/tests/components/javascriptcomponent/BasicJavaScriptComponent.html index 3e4649e7b9..56d86fdc6c 100644 --- a/uitest/src/com/vaadin/tests/components/javascriptcomponent/BasicJavaScriptComponent.html +++ b/uitest/src/com/vaadin/tests/components/javascriptcomponent/BasicJavaScriptComponent.html @@ -39,7 +39,7 @@ <tr> <td>assertText</td> <td>vaadin=runcomvaadintestscomponentsjavascriptcomponentBasicJavaScriptComponent::/VVerticalLayout[0]/VVerticalLayout[0]/JavaScriptWidget[0]/domChild[0]</td> - <td>4. Url: /run/com.vaadin.tests.components.javascriptcomponent.BasicJavaScriptComponent/APP/connector/0/10/test</td> + <td>4. Url: */run/APP/connector/0/10/test</td> </tr> <tr> <td>assertText</td> @@ -54,7 +54,7 @@ <tr> <td>assertText</td> <td>vaadin=runcomvaadintestscomponentsjavascriptcomponentBasicJavaScriptComponent::/VVerticalLayout[0]/VVerticalLayout[0]/JavaScriptWidget[0]/domChild[3]</td> - <td>1. Parent element className: v-layout v-vertical v-verticallayout v-widget v-has-width</td> + <td>1. Parent element className: v-verticallayout v-layout v-vertical v-widget v-has-width</td> </tr> </tbody></table> </body> |