diff options
author | Artur Signell <artur@vaadin.com> | 2012-12-13 16:24:07 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-12-13 16:24:07 +0000 |
commit | acc7eaece40208ddfb4cbccbcaecb709b5c20407 (patch) | |
tree | 602e2bfdfdf9503db5c42996517ee0705df3740a | |
parent | 9d73d51282ec045a1a1cb613d140c03aef3bde59 (diff) | |
parent | 4751011fba2e1a31c43d2d581de4b004edd10d72 (diff) | |
download | vaadin-framework-acc7eaece40208ddfb4cbccbcaecb709b5c20407.tar.gz vaadin-framework-acc7eaece40208ddfb4cbccbcaecb709b5c20407.zip |
Merge "Fixed class name in test"
-rw-r--r-- | uitest/src/com/vaadin/tests/components/table/TableWithCustomConverterFactory.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/uitest/src/com/vaadin/tests/components/table/TableWithCustomConverterFactory.html b/uitest/src/com/vaadin/tests/components/table/TableWithCustomConverterFactory.html index d7f1ac22c7..3bf592aeb1 100644 --- a/uitest/src/com/vaadin/tests/components/table/TableWithCustomConverterFactory.html +++ b/uitest/src/com/vaadin/tests/components/table/TableWithCustomConverterFactory.html @@ -13,27 +13,27 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.server.component.table.TableWithCustomConverterFactory?debug&restartApplication</td> + <td>/run/com.vaadin.tests.components.table.TableWithCustomConverterFactory?debug&restartApplication</td> <td></td> </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestsservercomponenttableTableWithCustomConverterFactory::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentstableTableWithCustomConverterFactory::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td> <td>Second column is 1</td> </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestsservercomponenttableTableWithCustomConverterFactory::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentstableTableWithCustomConverterFactory::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td> <td>Integer: 1</td> </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestsservercomponenttableTableWithCustomConverterFactory::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentstableTableWithCustomConverterFactory::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]</td> <td>Second column is 4589</td> </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestsservercomponenttableTableWithCustomConverterFactory::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[1]/domChild[1]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentstableTableWithCustomConverterFactory::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[1]/domChild[1]/domChild[0]</td> <td>Integer: 4589</td> </tr> |