blob: 8a020b7cb7e42d7729a780390d915dd9cfd19180 [file] [log] [blame]
Simple Web Socket test
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Created a socket to 'ws://127.0.0.1:8880/websocket/tests/simple'; readyState 0.
Connected; readyState 1
Received: 'Hello from Simple WSH.'; readyState 1
Closed; readyState 2.
PASS successfullyParsed is true
TEST COMPLETE