diff options
author | Artur Signell <artur@vaadin.com> | 2012-03-25 17:44:36 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-03-25 17:44:36 +0300 |
commit | baeb4249f1af8bf03621da0302d518c7b7b000b7 (patch) | |
tree | 00ca9a8fc3e30d087fd280c097535687b29484d9 /tests | |
parent | 360f5fa1a3ced20769ef8256137473078038a081 (diff) | |
download | vaadin-framework-baeb4249f1af8bf03621da0302d518c7b7b000b7.tar.gz vaadin-framework-baeb4249f1af8bf03621da0302d518c7b7b000b7.zip |
#8455 Updated test to reflect that root is available in init
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testbench/com/vaadin/tests/application/ThreadLocalInstances.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testbench/com/vaadin/tests/application/ThreadLocalInstances.html b/tests/testbench/com/vaadin/tests/application/ThreadLocalInstances.html index 9f16ef5ce2..35657c73fc 100644 --- a/tests/testbench/com/vaadin/tests/application/ThreadLocalInstances.html +++ b/tests/testbench/com/vaadin/tests/application/ThreadLocalInstances.html @@ -64,7 +64,7 @@ <tr> <td>assertText</td> <td>vaadin=runcomvaadintestsapplicationThreadLocalInstances::PID_SLog_row_8</td> - <td>8. null root in root init</td> + <td>8. this root in root init</td> </tr> <tr> <td>assertText</td> @@ -106,7 +106,6 @@ <td>vaadin=runcomvaadintestsapplicationThreadLocalInstances::PID_SLog_row_0</td> <td>16. this root in button listener</td> </tr> - </tbody></table> </body> </html> |