diff options
author | Automerge <automerge@vaadin.com> | 2012-05-03 13:06:25 +0000 |
---|---|---|
committer | Automerge <automerge@vaadin.com> | 2012-05-03 13:06:25 +0000 |
commit | b1ef06fdb8d1dc03dba2afb397aed89089ac5445 (patch) | |
tree | e404745f4158c94c8018f4195a63e5ab6e762fa3 /tests | |
parent | 015306c0e2bcc8701a352a331e78deb0c867f924 (diff) | |
download | vaadin-framework-b1ef06fdb8d1dc03dba2afb397aed89089ac5445.tar.gz vaadin-framework-b1ef06fdb8d1dc03dba2afb397aed89089ac5445.zip |
[merge from 6.7] Add missing ?restartApplication from the URL
svn changeset:23669/svn branch:6.8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testbench/com/vaadin/tests/layouts/layouttester/LayoutTesterApplication.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testbench/com/vaadin/tests/layouts/layouttester/LayoutTesterApplication.html b/tests/testbench/com/vaadin/tests/layouts/layouttester/LayoutTesterApplication.html index b0e2444986..c2e5451a3b 100644 --- a/tests/testbench/com/vaadin/tests/layouts/layouttester/LayoutTesterApplication.html +++ b/tests/testbench/com/vaadin/tests/layouts/layouttester/LayoutTesterApplication.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.layouts.layouttester.LayoutTesterApplication</td> + <td>/run/com.vaadin.tests.layouts.layouttester.LayoutTesterApplication?restartApplication</td> <td></td> </tr> <tr> |