diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-11-23 17:43:37 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-11-23 16:40:17 +0000 |
commit | e4206c2d2aaed646dbeeb052f88e5ec4f8607dac (patch) | |
tree | 82e0705af51530d18c1cae08a6796544ec0b9b37 /uitest | |
parent | 464a7d721c3c97f7f3033bd7e22fe94c33fe698c (diff) | |
download | vaadin-framework-e4206c2d2aaed646dbeeb052f88e5ec4f8607dac.tar.gz vaadin-framework-e4206c2d2aaed646dbeeb052f88e5ec4f8607dac.zip |
Defer session closing until the end of a request like with UIs (#10252)
Change-Id: I6231977a4d4f44cbee4a95664f0bef6acf4ca034
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/applicationcontext/CloseSession.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.java b/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.java index bff8af8d37..41cbd42e94 100644 --- a/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.java +++ b/uitest/src/com/vaadin/tests/applicationcontext/CloseSession.java @@ -58,7 +58,7 @@ public class CloseSession extends AbstractTestUI { addComponent(log); addComponent(new Button( - "Close VaadinServiceSession and redirect to Google", + "Close VaadinServiceSession and redirect elsewhere", new Button.ClickListener() { @Override public void buttonClick(ClickEvent event) { |