diff options
author | Mikael Grankvist <mikael.grankvist@itmill.com> | 2010-06-17 12:29:42 +0000 |
---|---|---|
committer | Mikael Grankvist <mikael.grankvist@itmill.com> | 2010-06-17 12:29:42 +0000 |
commit | ace454552fdec7bb30726e7a123a9ae106affb7f (patch) | |
tree | a6a081d089fc859293b8f053b2fdef596fa1e6d1 /tests/integration-testscripts | |
parent | 0b595f620d1fad27fdacfdedbab041ac7d89ffeb (diff) | |
download | vaadin-framework-ace454552fdec7bb30726e7a123a9ae106affb7f.tar.gz vaadin-framework-ace454552fdec7bb30726e7a123a9ae106affb7f.zip |
Integration test functionality update. Fixed integration sampler test targets.
svn changeset:13743/svn branch:6.4
Diffstat (limited to 'tests/integration-testscripts')
-rw-r--r-- | tests/integration-testscripts/sampler_deployment.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration-testscripts/sampler_deployment.tpl b/tests/integration-testscripts/sampler_deployment.tpl index d2ff9ad4da..f7f6839a96 100644 --- a/tests/integration-testscripts/sampler_deployment.tpl +++ b/tests/integration-testscripts/sampler_deployment.tpl @@ -39,7 +39,7 @@ <!--Start scrolling through all samples in order--> <tr> <td>mouseClick</td> - <td>vaadin=demosampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> + <td>vaadin=demosampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[5]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> <td>16,10</td> </tr> <tr> @@ -49,7 +49,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=demosampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[7]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> + <td>vaadin=demosampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> <td>11,13</td> </tr> <tr> @@ -69,7 +69,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=demosampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[7]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> + <td>vaadin=demosampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> <td>11,13</td> </tr> <tr> |