aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/application/ThreadLocalInstancesTest.java
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2016-12-13 11:05:04 +0200
committerGitHub <noreply@github.com>2016-12-13 11:05:04 +0200
commit6d1abeb9fc1103af0a04dfd79d56b0f883de6f72 (patch)
tree81a6a3d6494dea296f39efbc7df40a9393a03a8e /uitest/src/test/java/com/vaadin/tests/application/ThreadLocalInstancesTest.java
parent2a52bce41799dd1b766a17acc1aaacd45ea9bfdd (diff)
downloadvaadin-framework-6d1abeb9fc1103af0a04dfd79d56b0f883de6f72.tar.gz
vaadin-framework-6d1abeb9fc1103af0a04dfd79d56b0f883de6f72.zip
No inherited threadlocal
Fixes vaadin/framework8-issues#514
Diffstat (limited to 'uitest/src/test/java/com/vaadin/tests/application/ThreadLocalInstancesTest.java')
-rw-r--r--uitest/src/test/java/com/vaadin/tests/application/ThreadLocalInstancesTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/application/ThreadLocalInstancesTest.java b/uitest/src/test/java/com/vaadin/tests/application/ThreadLocalInstancesTest.java
index 9498413f9b..4600e89862 100644
--- a/uitest/src/test/java/com/vaadin/tests/application/ThreadLocalInstancesTest.java
+++ b/uitest/src/test/java/com/vaadin/tests/application/ThreadLocalInstancesTest.java
@@ -21,8 +21,8 @@ public class ThreadLocalInstancesTest extends MultiBrowserTest {
assertLogText("8. this root in root init", 8);
assertLogText("9. some app in root paint", 7);
assertLogText("10. this root in root paint", 6);
- assertLogText("11. some app in background thread", 5);
- assertLogText("12. this root in background thread", 4);
+ assertLogText("11. null app in background thread", 5);
+ assertLogText("12. null root in background thread", 4);
assertLogText("13. some app in resource handler", 3);
assertLogText("14. this root in resource handler", 2);
assertLogText("15. some app in button listener", 1);