aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-09-28 11:29:18 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-09-28 11:29:18 -0700
commit9070da684d66719f7b130a6d0360491bfc727ee2 (patch)
tree432c2beab1c56c97dd2e7c94649e23225611f88e /tests/runner.py
parentfc15d3d8092bce3319a2b5e210dc97cb7859634a (diff)
final fixes for websockets test, now passes
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 776ebcb2..806f3839 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -8447,7 +8447,7 @@ elif 'browser' in str(sys.argv):
''')
self.btest('pre_run_deps.cpp', expected='10', args=['--pre-js', 'pre.js'])
- def zzztest_websockets(self):
+ def test_websockets(self):
try:
def server_func():
os.system('while true; do (/bin/echo -en "te\x01\xff\x79st\x02" ; sleep 1000) | nc -vvvl 127.0.0.1 8990; done;') # sleep to work around websockify issue 63
@@ -8463,7 +8463,7 @@ elif 'browser' in str(sys.argv):
websockify.start()
print '[Websockify on process %d]' % websockify.pid
- self.btest('websockets.c', expected='fleefl')
+ self.btest('websockets.c', expected='571')
finally:
try: