diff options
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.java | 4 |
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); |