test: replace .addListener() calls with .on()
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 14 Oct 2011 23:08:36 +0000 (01:08 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 14 Oct 2011 23:08:36 +0000 (01:08 +0200)
commit018e110cd11720997e49c9b270ecc50a04de4ece
tree7573cccca0be5399b964e015faaf94055dfeef37
parent3108a9ee3831b8b0a40a09314a005ef2430dacbc
test: replace .addListener() calls with .on()
126 files changed:
test/disabled/test-cat.js
test/disabled/test-child-process-custom-fds.js
test/disabled/test-fs-sendfile.js
test/disabled/test-http-big-proxy-responses.js
test/disabled/test-http-head-request.js
test/disabled/test-http-stress.js
test/disabled/test-http-tls.js
test/disabled/test-idle-watcher.js
test/disabled/test-net-fd-passing.js
test/disabled/test-net-tls-pummel.js
test/disabled/test-net-tls.js
test/disabled/test-process-title.js
test/disabled/test-remote-module-loading.js
test/disabled/test-sendfd.js
test/disabled/tls_client.js
test/disabled/tls_server.js
test/fixtures/a.js
test/fixtures/b/c.js
test/fixtures/b/d.js
test/fixtures/echo.js
test/fixtures/net-fd-passing-receiver.js
test/fixtures/recvfd.js
test/fixtures/should_exit.js
test/fixtures/stdio-filter.js
test/pummel/test-child-process-spawn-loop.js
test/pummel/test-exec.js
test/pummel/test-fs-watch-file.js
test/pummel/test-http-client-reconnect-bug.js
test/pummel/test-keep-alive.js
test/pummel/test-net-many-clients.js
test/pummel/test-net-pause.js
test/pummel/test-net-pingpong-delay.js
test/pummel/test-net-pingpong.js
test/pummel/test-net-throttle.js
test/pummel/test-net-timeout.js
test/pummel/test-timers.js
test/pummel/test-watch-file.js
test/simple/test-child-process-buffering.js
test/simple/test-child-process-cwd.js
test/simple/test-child-process-env.js
test/simple/test-child-process-exec-cwd.js
test/simple/test-child-process-exec-env.js
test/simple/test-child-process-exit-code.js
test/simple/test-child-process-ipc.js
test/simple/test-child-process-kill.js
test/simple/test-child-process-stdin.js
test/simple/test-child-process-stdout-flush.js
test/simple/test-crypto.js
test/simple/test-delayed-require.js
test/simple/test-dgram-pingpong.js
test/simple/test-eio-race.js
test/simple/test-eio-race4.js
test/simple/test-error-reporting.js
test/simple/test-eval.js
test/simple/test-event-emitter-add-listeners.js
test/simple/test-event-emitter-modify-in-emit.js
test/simple/test-event-emitter-num-args.js
test/simple/test-event-emitter-once.js
test/simple/test-event-emitter-remove-all-listeners.js
test/simple/test-event-emitter-remove-listeners.js
test/simple/test-exception-handler.js
test/simple/test-file-read-noexist.js
test/simple/test-file-write-stream.js
test/simple/test-fs-chmod.js
test/simple/test-fs-error-messages.js
test/simple/test-fs-fsync.js
test/simple/test-fs-open.js
test/simple/test-fs-read-buffer.js
test/simple/test-fs-read-stream.js
test/simple/test-fs-read.js
test/simple/test-fs-realpath.js
test/simple/test-fs-stat.js
test/simple/test-fs-symlink.js
test/simple/test-fs-watch.js
test/simple/test-fs-write-buffer.js
test/simple/test-fs-write-file.js
test/simple/test-fs-write-stream.js
test/simple/test-fs-write.js
test/simple/test-http-blank-header.js
test/simple/test-http-client-parse-error.js
test/simple/test-http-client-race-2.js
test/simple/test-http-client-race.js
test/simple/test-http-client-upload-buf.js
test/simple/test-http-client-upload.js
test/simple/test-http-eof-on-connect.js
test/simple/test-http-exceptions.js
test/simple/test-http-expect-continue.js
test/simple/test-http-full-response.js
test/simple/test-http-head-request.js
test/simple/test-http-head-response-has-no-body-end.js
test/simple/test-http-head-response-has-no-body.js
test/simple/test-http-keep-alive-close-on-header.js
test/simple/test-http-keep-alive.js
test/simple/test-http-malformed-request.js
test/simple/test-http-proxy.js
test/simple/test-http-response-close.js
test/simple/test-http-server.js
test/simple/test-http-set-cookies.js
test/simple/test-http-set-timeout.js
test/simple/test-http-set-trailers.js
test/simple/test-http-upgrade-agent.js
test/simple/test-http-upgrade-client.js
test/simple/test-http-upgrade-server.js
test/simple/test-http-upgrade-server2.js
test/simple/test-http-wget.js
test/simple/test-http-write-empty-string.js
test/simple/test-http.js
test/simple/test-mkdir-rmdir.js
test/simple/test-module-loading.js
test/simple/test-net-binary.js
test/simple/test-net-eaddrinuse.js
test/simple/test-net-keepalive.js
test/simple/test-net-pingpong.js
test/simple/test-net-reconnect.js
test/simple/test-next-tick-errors.js
test/simple/test-next-tick-ordering.js
test/simple/test-next-tick-ordering2.js
test/simple/test-next-tick.js
test/simple/test-pipe-head.js
test/simple/test-pump-file2tcp-noexist.js
test/simple/test-pump-file2tcp.js
test/simple/test-readdir.js
test/simple/test-repl.js
test/simple/test-signal-handler.js
test/simple/test-signal-unregister.js
test/simple/test-stdout-to-file.js