diff options
author | Markus Koivisto <markus@vaadin.com> | 2014-07-31 16:35:02 +0300 |
---|---|---|
committer | Markus Koivisto <markus@vaadin.com> | 2014-07-31 16:35:02 +0300 |
commit | 866f3da67d6462947ee503122ad6005a6566664e (patch) | |
tree | 9631de9ee048744ac565aeb8987363ad2d0c6d31 | |
parent | 9c5637fce80329900b993bd7745958e886da10a0 (diff) | |
parent | f736623452b39c901b30aa521af40f7c6af64b07 (diff) | |
download | vaadin-framework-866f3da67d6462947ee503122ad6005a6566664e.tar.gz vaadin-framework-866f3da67d6462947ee503122ad6005a6566664e.zip |
Merge branch 'release/7.2.6' of ssh://dev.vaadin.com:29418/vaadin into release/7.2.6
-rw-r--r-- | uitest/src/com/vaadin/tests/components/button/ButtonTooltips.html | 2 | ||||
-rw-r--r-- | uitest/src/com/vaadin/tests/components/window/SubWindows.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/button/ButtonTooltips.html b/uitest/src/com/vaadin/tests/components/button/ButtonTooltips.html index 13fdf52c76..93f4585000 100644 --- a/uitest/src/com/vaadin/tests/components/button/ButtonTooltips.html +++ b/uitest/src/com/vaadin/tests/components/button/ButtonTooltips.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.button.ButtonTooltips?restartApplication</td> + <td>/run/com.vaadin.tests.tooltip.ButtonTooltips?restartApplication</td> <td></td> </tr> <tr> diff --git a/uitest/src/com/vaadin/tests/components/window/SubWindows.html b/uitest/src/com/vaadin/tests/components/window/SubWindows.html index 3b2109e3f1..ce75c3fd10 100644 --- a/uitest/src/com/vaadin/tests/components/window/SubWindows.html +++ b/uitest/src/com/vaadin/tests/components/window/SubWindows.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.window.SubWindows</td> + <td>/run/com.vaadin.tests.components.window.SubWindows?restartApplication</td> <td></td> </tr> <tr> |