diff options
author | Artur Signell <artur@vaadin.com> | 2012-12-13 18:23:03 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-12-13 18:23:42 +0200 |
commit | 4751011fba2e1a31c43d2d581de4b004edd10d72 (patch) | |
tree | 85d9ac7f07710fc7a46ad018dc62dd4cdf35673d /uitest/src/com | |
parent | 9d6d48a002125bd82ef85cf979b4194e9a5e6225 (diff) | |
download | vaadin-framework-4751011fba2e1a31c43d2d581de4b004edd10d72.tar.gz vaadin-framework-4751011fba2e1a31c43d2d581de4b004edd10d72.zip |
Fixed class name in test
Change-Id: Ia8d8ad93d70504df229cb8de7a521e3070c7ceb6
Diffstat (limited to 'uitest/src/com')
-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> |