diff options
author | Bogdan Udrescu <bogdan@vaadin.com> | 2014-07-31 16:06:04 +0300 |
---|---|---|
committer | Bogdan Udrescu <bogdan@vaadin.com> | 2014-07-31 16:06:04 +0300 |
commit | f736623452b39c901b30aa521af40f7c6af64b07 (patch) | |
tree | d821299d7249018d13696b0b6ad9fcf12839a663 | |
parent | d45e5c2592a3b949d781cdd05532560375fc524e (diff) | |
download | vaadin-framework-f736623452b39c901b30aa521af40f7c6af64b07.tar.gz vaadin-framework-f736623452b39c901b30aa521af40f7c6af64b07.zip |
Correct TB2 tests urls.
Correct ButtonTooltips TB2 with coeect test class package.
Add ?restartApplication to SubWindows.
Change-Id: I32fbf93875d537f6dc6ec232e3063c33de8ae71f
-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> |