Remove process.mixin dependency from all tests.
authorisaacs <i@izs.me>
Mon, 8 Mar 2010 23:06:29 +0000 (15:06 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 9 Mar 2010 01:57:04 +0000 (17:57 -0800)
commit5861db8a69695e4f1a8c82ad2de55e4b07ab981a
tree81530023f7a6de6051b9466566a439179dd84f61
parent74614c1bf173ce2c655a5d3595b45e38fd5f12d1
Remove process.mixin dependency from all tests.
77 files changed:
test/common.js
test/disabled/test-cat.js
test/disabled/test-dns.js
test/disabled/test-eio-race3.js
test/disabled/test-fs-sendfile.js
test/disabled/test-http-stress.js
test/fixtures/echo.js
test/fixtures/print-chars.js
test/pummel/test-http-client-reconnect-bug.js
test/pummel/test-keep-alive.js
test/pummel/test-multipart.js
test/pummel/test-process-spawn-loop.js
test/pummel/test-tcp-many-clients.js
test/pummel/test-tcp-pause.js
test/pummel/test-tcp-pingpong-delay.js
test/pummel/test-tcp-pingpong.js
test/pummel/test-tcp-throttle.js
test/pummel/test-tcp-timeout.js
test/pummel/test-tcp-tls.js
test/pummel/test-timers.js
test/pummel/test-watch-file.js
test/simple/test-assert.js
test/simple/test-byte-length.js
test/simple/test-chdir.js
test/simple/test-child-process-env.js
test/simple/test-delayed-require.js
test/simple/test-eio-race.js
test/simple/test-eio-race2.js
test/simple/test-eio-race4.js
test/simple/test-event-emitter-add-listeners.js
test/simple/test-event-emitter-modify-in-emit.js
test/simple/test-exception-handler.js
test/simple/test-exec.js
test/simple/test-file-read-noexist.js
test/simple/test-file-read-stream.js
test/simple/test-file-write-stream.js
test/simple/test-fs-chmod.js
test/simple/test-fs-realpath.js
test/simple/test-fs-stat.js
test/simple/test-fs-symlink.js
test/simple/test-fs-write.js
test/simple/test-http-1.0.js
test/simple/test-http-cat.js
test/simple/test-http-chunked.js
test/simple/test-http-client-race.js
test/simple/test-http-client-upload.js
test/simple/test-http-eof-on-connect.js
test/simple/test-http-malformed-request.js
test/simple/test-http-proxy.js
test/simple/test-http-server.js
test/simple/test-http-tls.js
test/simple/test-http-wget.js
test/simple/test-http.js
test/simple/test-idle-watcher.js
test/simple/test-ini.js
test/simple/test-memory-usage.js
test/simple/test-mkdir-rmdir.js
test/simple/test-module-loading.js
test/simple/test-next-tick.js
test/simple/test-path.js
test/simple/test-process-buffering.js
test/simple/test-process-kill.js
test/simple/test-process-mixin.js
test/simple/test-process-simple.js
test/simple/test-querystring.js
test/simple/test-readdir.js
test/simple/test-remote-module-loading.js
test/simple/test-signal-handler.js
test/simple/test-stdio.js
test/simple/test-stdout-flush.js
test/simple/test-sync-fileread.js
test/simple/test-sys.js
test/simple/test-tcp-binary.js
test/simple/test-tcp-reconnect.js
test/simple/test-umask.js
test/simple/test-url.js
test/simple/test-utf8-scripts.js