diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-12-30 19:58:28 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-12-30 19:58:28 (GMT) |
commit | b44f626200669a57a2bc012d2203c36f587b425b (patch) | |
tree | ebab1722aa041c75dd7535bb9841c28af8b3f2a4 /test | |
parent | e84dd58a96c80847a18b4674f3ebb600d94227e1 (diff) |
session store and web socket interface now support to set a reference id
Diffstat (limited to 'test')
-rw-r--r-- | test/socket.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/socket.html b/test/socket.html index 0363b20..7c3a149 100644 --- a/test/socket.html +++ b/test/socket.html @@ -51,6 +51,7 @@ function run() { req = { COMMAND: "new", TIMEOUT: 200, + REFERENCE_ID: "my-very-personal-import", LOGIN_NAME: "heslinki", PASSWORD: "12423", SHOW_ID: 10002, |