</init-param>\r
</servlet>\r
\r
+ <!-- For testing GAE - the deployment script changes this to use GAEApplicationServlet -->\r
+ <servlet>\r
+ <servlet-name>IntegrationTest</servlet-name>\r
+ <servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>\r
+ <init-param>\r
+ <param-name>application</param-name>\r
+ <param-value>com.vaadin.tests.integration.IntegrationTestApplication</param-value>\r
+ </init-param>\r
+ </servlet>\r
+\r
<servlet-mapping>\r
<servlet-name>VaadinApplicationRunner</servlet-name>\r
<url-pattern>/run/*</url-pattern>\r
</servlet-mapping>\r
\r
+ <servlet-mapping>\r
+ <servlet-name>IntegrationTest</servlet-name>\r
+ <url-pattern>/integration/*</url-pattern>\r
+ </servlet-mapping>\r
+\r
<welcome-file-list>\r
<welcome-file>index.html</welcome-file>\r
</welcome-file-list>\r
</thead><tbody>
<tr>
<td>openAndWait</td>
- <td>/run/com.vaadin.tests.integration.IntegrationTestApplication?restartApplication</td>
+ <td>/integration/?restartApplication</td>
<td></td>
</tr>
<tr>
</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>
</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>