diff options
author | Artur Signell <artur@vaadin.com> | 2012-10-26 15:59:39 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-10-26 16:00:47 +0300 |
commit | c5af8659b662647fd275cb65f29604d906fba9e5 (patch) | |
tree | a276136018791b6edd4ac7a9abd78f7540d29b29 /uitest | |
parent | 41fb6006d916c8cb512c9aa6fbf8e5d1f4e377db (diff) | |
download | vaadin-framework-c5af8659b662647fd275cb65f29604d906fba9e5.tar.gz vaadin-framework-c5af8659b662647fd275cb65f29604d906fba9e5.zip |
Added missing restartApplication
Change-Id: Id745f220761b23b4edf5c43af62e8ebc30f0c021
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/ui/TestUIWidgetset.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/ui/TestUIWidgetset.html b/uitest/src/com/vaadin/tests/components/ui/TestUIWidgetset.html index 2f0858b4c7..4c10dc4275 100644 --- a/uitest/src/com/vaadin/tests/components/ui/TestUIWidgetset.html +++ b/uitest/src/com/vaadin/tests/components/ui/TestUIWidgetset.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.ui.TestUIWidgetset</td> + <td>/run/com.vaadin.tests.components.ui.TestUIWidgetset?restartApplication</td> <td></td> </tr> <tr> @@ -23,7 +23,7 @@ </tr> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.ui.TestUIWidgetset2</td> + <td>/run/com.vaadin.tests.components.ui.TestUIWidgetset2?restartApplication</td> <td></td> </tr> <tr> |