diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-09-08 06:23:57 +0000 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-09-08 06:23:57 +0000 |
commit | 1f08e1396381d9a717ad673cacb6724209401a14 (patch) | |
tree | 4f39e30f8e70d245032910640d311f6c14a95c48 /tests/src/com | |
parent | f2b54a6a426b8ff9bd32faccf2c8bfdd56ab5107 (diff) | |
download | vaadin-framework-1f08e1396381d9a717ad673cacb6724209401a14.tar.gz vaadin-framework-1f08e1396381d9a717ad673cacb6724209401a14.zip |
Updated broken test
svn changeset:20912/svn branch:6.7
Diffstat (limited to 'tests/src/com')
-rw-r--r-- | tests/src/com/vaadin/tests/components/customcomponent/CustomComponentGrowingContent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/vaadin/tests/components/customcomponent/CustomComponentGrowingContent.html b/tests/src/com/vaadin/tests/components/customcomponent/CustomComponentGrowingContent.html index 8687057e64..0a1b7212c9 100644 --- a/tests/src/com/vaadin/tests/components/customcomponent/CustomComponentGrowingContent.html +++ b/tests/src/com/vaadin/tests/components/customcomponent/CustomComponentGrowingContent.html @@ -13,12 +13,12 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.layouts.CustomComponentWithGridLayout?restartApplication</td> + <td>/run/com.vaadin.tests.components.customcomponent.CustomComponentGrowingContent?restartApplication</td> <td></td> </tr> <tr> <td>click</td> - <td>vaadin=runcomvaadintestslayoutsCustomComponentWithGridLayout::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VButton[0]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentscustomcomponentCustomComponentGrowingContent::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> |