summaryrefslogtreecommitdiffstats
path: root/tests/integration-testscripts
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-08-17 12:34:53 +0000
committerHenri Sara <henri.sara@itmill.com>2011-08-17 12:34:53 +0000
commitaaa1b378c923ff52df94963496613c82fbfcf8d9 (patch)
tree1b25576fa6621f0ff0307f81b2a9cf760f2008bd /tests/integration-testscripts
parent5df3f8a8266eb600531a24b616502f923cc50821 (diff)
downloadvaadin-framework-aaa1b378c923ff52df94963496613c82fbfcf8d9.tar.gz
vaadin-framework-aaa1b378c923ff52df94963496613c82fbfcf8d9.zip
#7433 separate servlet configuration in web.xml to enable GAE testing
svn changeset:20449/svn branch:6.7
Diffstat (limited to 'tests/integration-testscripts')
-rw-r--r--tests/integration-testscripts/GoogleAppEngine/integration-test-GAE.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration-testscripts/GoogleAppEngine/integration-test-GAE.html b/tests/integration-testscripts/GoogleAppEngine/integration-test-GAE.html
index dee7b6da69..3f5ec1ce90 100644
--- a/tests/integration-testscripts/GoogleAppEngine/integration-test-GAE.html
+++ b/tests/integration-testscripts/GoogleAppEngine/integration-test-GAE.html
@@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>openAndWait</td>
- <td>/run/com.vaadin.tests.integration.IntegrationTestApplication?restartApplication</td>
+ <td>/integration/?restartApplication</td>
<td></td>
</tr>
<tr>
@@ -23,7 +23,7 @@
</tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestsintegrationIntegrationTestApplication::/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td>
+ <td>vaadin=integration::/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td>
<td>51,13</td>
</tr>
<tr>
@@ -33,7 +33,7 @@
</tr>
<tr>
<td>assertText</td>
- <td>vaadin=runcomvaadintestsintegrationIntegrationTestApplication::/VVerticalLayout[0]/ChildComponentContainer[1]/VLabel[0]</td>
+ <td>vaadin=integration::/VVerticalLayout[0]/ChildComponentContainer[1]/VLabel[0]</td>
<td>FI</td>
</tr>