aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFraser Adams <fraser.adams@blueyonder.co.uk>2013-11-02 11:51:44 +0000
committerFraser Adams <fraser.adams@blueyonder.co.uk>2013-11-02 11:51:44 +0000
commit398408b7b5c2bf7956aa57c45f623646b039efea (patch)
treea0c2baaaae376a978ef23a3247eb368e31b37c13
parent70c48271202c78763fdf818111376b2e214e8c41 (diff)
moved nodejs client test case into main sockets test class as requested. Run with ./runner.py sockets.test_nodejs_sockets_echo
-rw-r--r--tests/test_sockets.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_sockets.py b/tests/test_sockets.py
index 36e2dfb6..6701f6be 100644
--- a/tests/test_sockets.py
+++ b/tests/test_sockets.py
@@ -400,10 +400,9 @@ class sockets(BrowserCore):
expected = '1'
self.run_browser(host_outfile, '.', ['/report_result?' + e for e in expected])
-class nodejs_sockets(RunnerCore):
- def test_sockets_echo(self):
+ def test_nodejs_sockets_echo(self):
# This test checks that sockets work when the client code is run in Node.js
- # Run with ./runner.py nodejs_sockets.test_sockets_echo
+ # Run with ./runner.py sockets.test_nodejs_sockets_echo
if not NODE_JS in JS_ENGINES:
return