summaryrefslogtreecommitdiffstats
path: root/uitest/src
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-04-26 13:26:11 +0300
committerArtur Signell <artur@vaadin.com>2013-04-26 13:49:26 +0300
commitd8e0a553f497f0ea40bee0aaaef20aa5cc369685 (patch)
treeec091f7bb43d0960dc2a18bf02ffbc345ddad1f6 /uitest/src
parente3d502337d32a666c67cf4dec4d496b55006acb8 (diff)
downloadvaadin-framework-d8e0a553f497f0ea40bee0aaaef20aa5cc369685.tar.gz
vaadin-framework-d8e0a553f497f0ea40bee0aaaef20aa5cc369685.zip
Fixed last button in test to actually do something
Change-Id: I78657388ce43539e658ffbb23e995c8a20fe39d5
Diffstat (limited to 'uitest/src')
-rw-r--r--uitest/src/com/vaadin/tests/applicationcontext/CloseUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/applicationcontext/CloseUI.java b/uitest/src/com/vaadin/tests/applicationcontext/CloseUI.java
index 6d8be4339d..47d53c8f52 100644
--- a/uitest/src/com/vaadin/tests/applicationcontext/CloseUI.java
+++ b/uitest/src/com/vaadin/tests/applicationcontext/CloseUI.java
@@ -104,7 +104,7 @@ public class CloseUI extends AbstractTestUI {
"/statictestfiles/static.html");
close();
}
- };
+ }.start();
}
}));