diff options
author | Artur Signell <artur@vaadin.com> | 2013-05-02 08:38:59 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-05-02 08:42:50 +0300 |
commit | b6844e0985098ab7f9c741125382975d54465969 (patch) | |
tree | c991927e70de299d89aca99d504196ab5769ab0a /uitest | |
parent | b43525e117a4faf821d4c49510b447164dbfecf6 (diff) | |
download | vaadin-framework-b6844e0985098ab7f9c741125382975d54465969.tar.gz vaadin-framework-b6844e0985098ab7f9c741125382975d54465969.zip |
Removed changing session id from test
Change-Id: I851df9f3b3743263267b4a434f846fcc789997e0
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/applicationcontext/RpcForClosedUI.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/applicationcontext/RpcForClosedUI.html b/uitest/src/com/vaadin/tests/applicationcontext/RpcForClosedUI.html index 3f48435526..642e31b22c 100644 --- a/uitest/src/com/vaadin/tests/applicationcontext/RpcForClosedUI.html +++ b/uitest/src/com/vaadin/tests/applicationcontext/RpcForClosedUI.html @@ -32,14 +32,13 @@ <tr> <td>assertText</td> <td>vaadin=runCloseUI::PID_SLog_row_0</td> - <td>2. Current WrappedSession id: qshk44c2q6bagnnl1k4mdqsh</td> + <td>2. Current WrappedSession id: *</td> </tr> <tr> <td>assertTextNotPresent</td> <td>Hello</td> <td></td> </tr> - </tbody></table> </body> </html> |