summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-10-09 11:25:59 +0000
committerVaadin Code Review <review@vaadin.com>2012-10-09 11:25:59 +0000
commitd693378d9350934aebbf3b3562c1132fbbbd7a64 (patch)
treefd2e9373219bb7519e52b31e14bc034544bb767e
parenta4f6156c4602690f766434a2c0cce7791873704d (diff)
parentaa29d089c0b4d253e98790142c4b02566328c21a (diff)
downloadvaadin-framework-d693378d9350934aebbf3b3562c1132fbbbd7a64.tar.gz
vaadin-framework-d693378d9350934aebbf3b3562c1132fbbbd7a64.zip
Merge "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"
-rw-r--r--uitest/src/com/vaadin/tests/components/javascriptcomponent/BasicJavaScriptComponent.html4
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>