Changeset 51654 in webkit


Ignore:
Timestamp:
Dec 3, 2009 1:06:07 PM (14 years ago)
Author:
ap@apple.com
Message:

Reviewed by Eric Seidel.

https://bugs.webkit.org/show_bug.cgi?id=32130
Add a test for sending non-trivial amount of data over WebSocket

  • websocket/tests/echo_wsh.py: Copied from WebKitTools/pywebsocket/example/echo_wsh.py.
  • websocket/tests/simple-stress-expected.txt: Added.
  • websocket/tests/simple-stress.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r51653 r51654  
     12009-12-03  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=32130
     6        Add a test for sending non-trivial amount of data over WebSocket
     7
     8        * websocket/tests/echo_wsh.py: Copied from WebKitTools/pywebsocket/example/echo_wsh.py.
     9        * websocket/tests/simple-stress-expected.txt: Added.
     10        * websocket/tests/simple-stress.html: Added.
     11
    1122009-12-03  Brady Eidson  <beidson@apple.com>
    213
  • trunk/LayoutTests/websocket/tests/echo_wsh.py

    r51600 r51654  
    4545        if line == _GOODBYE_MESSAGE:
    4646            return
    47 
    48 
    49 # vi:sts=4 sw=4 et
Note: See TracChangeset for help on using the changeset viewer.