test: replace deprecated util.debug() calls
authorRich Trott <rtrott@gmail.com>
Sat, 26 Sep 2015 22:49:04 +0000 (15:49 -0700)
committerRod Vagg <rod@vagg.org>
Wed, 30 Sep 2015 12:19:52 +0000 (22:19 +1000)
commit5ada45bf28f5dee71c930f3a66432c8de965836f
tree8e02c430f3e463d2047c135193747e695246a990
parent6ee5d0f69f28bb4b92eff447ed39d3ef7d4728a6
test: replace deprecated util.debug() calls

common.debug() is just util.debug() and emits a deprecation notice. Per
docs, use console.error() instead.

PR-URL: https://github.com/nodejs/node/pull/3082
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
24 files changed:
test/disabled/test-sendfd.js
test/parallel/test-file-read-noexist.js
test/parallel/test-fs-realpath.js
test/parallel/test-http-after-connect.js
test/parallel/test-http-connect.js
test/parallel/test-http-expect-continue.js
test/parallel/test-http-legacy.js
test/parallel/test-http-pause.js
test/parallel/test-http-pipe-fs.js
test/parallel/test-http-set-timeout.js
test/parallel/test-http.js
test/parallel/test-https-drain.js
test/parallel/test-module-loading-error.js
test/parallel/test-net-listen-close-server.js
test/parallel/test-net-listen-error.js
test/parallel/test-tls-client-reject.js
test/parallel/test-tls-pause.js
test/parallel/test-tls-peer-certificate-encoding.js
test/parallel/test-tls-peer-certificate-multi-keys.js
test/parallel/test-tls-peer-certificate.js
test/pummel/test-net-pause.js
test/pummel/test-net-pingpong-delay.js
test/sequential/test-module-loading.js
test/sequential/test-pump-file2tcp-noexist.js