test: remove deprecated error logging
authorRich Trott <rtrott@gmail.com>
Sat, 26 Sep 2015 22:00:51 +0000 (15:00 -0700)
committerJames M Snell <jasnell@gmail.com>
Thu, 8 Oct 2015 03:39:18 +0000 (20:39 -0700)
commite922716192489b9a257cf31cbc356203a95b2b46
tree1a37bb9247033d68ce81084aa4d655118ca0167d
parent8f29d95a8c00e33cb2ac91bcc55381b7a00bebaa
test: remove deprecated error logging

common.error() is just deprecated util.error() renamed.
Remove calls to it and some other extraneous console logging
in tests.

PR-URL: https://github.com/nodejs/node/pull/3079
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
19 files changed:
test/parallel/test-fs-append-file-sync.js
test/parallel/test-fs-append-file.js
test/parallel/test-fs-fsync.js
test/parallel/test-fs-write-file.js
test/parallel/test-http-304.js
test/parallel/test-http-blank-header.js
test/parallel/test-http-client-upload-buf.js
test/parallel/test-http-client-upload.js
test/parallel/test-http-head-response-has-no-body-end.js
test/parallel/test-http-head-response-has-no-body.js
test/parallel/test-http-legacy.js
test/parallel/test-http-server.js
test/parallel/test-http-upgrade-server2.js
test/parallel/test-http-write-empty-string.js
test/parallel/test-http.js
test/parallel/test-net-binary.js
test/parallel/test-pipe-file-to-http.js
test/sequential/test-pump-file2tcp-noexist.js
test/sequential/test-pump-file2tcp.js