diff options
author | Artur Signell <artur@vaadin.com> | 2012-12-06 12:45:24 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-12-06 12:45:24 +0200 |
commit | b80f977fc09ac39a2dc0f4b8e2a469c82e9a06cc (patch) | |
tree | 00c1b0ab68fc361656e9612fc7db14e312e965c4 | |
parent | d976f43ba192ed338d2fe02787baccaa26f6ccb6 (diff) | |
download | vaadin-framework-b80f977fc09ac39a2dc0f4b8e2a469c82e9a06cc.tar.gz vaadin-framework-b80f977fc09ac39a2dc0f4b8e2a469c82e9a06cc.zip |
Fixed assertions in test
Change-Id: Icabb8b8a0709b20d524a3214e0adb004c4b05e08
-rw-r--r-- | uitest/src/com/vaadin/tests/components/twincolselect/TwinColSelectSelection.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/uitest/src/com/vaadin/tests/components/twincolselect/TwinColSelectSelection.html b/uitest/src/com/vaadin/tests/components/twincolselect/TwinColSelectSelection.html index a34a14eeef..58187a37de 100644 --- a/uitest/src/com/vaadin/tests/components/twincolselect/TwinColSelectSelection.html +++ b/uitest/src/com/vaadin/tests/components/twincolselect/TwinColSelectSelection.html @@ -64,7 +64,7 @@ <tr> <td>assertText</td> <td>vaadin=runcomvaadintestscomponentsselectTwinColSelects::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VTwinColSelect[0]#rightSelect</td> - <td>5148</td> + <td>1458</td> </tr> <tr> <td>removeSelection</td> @@ -82,6 +82,11 @@ <td>label=8</td> </tr> <tr> + <td>addSelection</td> + <td>vaadin=runcomvaadintestscomponentsselectTwinColSelects::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VTwinColSelect[0]#rightSelect</td> + <td>label=1</td> +</tr> +<tr> <td>click</td> <td>vaadin=runcomvaadintestscomponentsselectTwinColSelects::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VTwinColSelect[0]#remove</td> <td></td> @@ -89,7 +94,7 @@ <tr> <td>assertText</td> <td>vaadin=runcomvaadintestscomponentsselectTwinColSelects::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VTwinColSelect[0]#rightSelect</td> - <td>548</td> + <td>458</td> </tr> <tr> <td>removeSelection</td> @@ -124,9 +129,8 @@ <tr> <td>assertText</td> <td>vaadin=runcomvaadintestscomponentsselectTwinColSelects::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VTwinColSelect[0]#leftSelect</td> - <td>023679101112131415161718191548</td> + <td>012345678910111213141516171819</td> </tr> - </tbody></table> </body> </html> |