Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-14 02:48:56 +0400
committerisaacs <i@izs.me>2013-03-14 02:48:56 +0400
commit6399839c398056756c0d668557339b99a54500e8 (patch)
tree8deee406fc544626758a28defc403a8ebdc3684a /test
parent6bd8b7e5405e1cdc9f56214f5f6b741806c32e5f (diff)
Revert "stream: Never call decoder.end() multiple times"
This reverts commit 615d809ac684a7d2cc7ee5e1aa58f0a921b529a0.
Diffstat (limited to 'test')
-rw-r--r--test/simple/test-stream2-set-encoding.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/simple/test-stream2-set-encoding.js b/test/simple/test-stream2-set-encoding.js
index ad4d8846801..8c5973fb637 100644
--- a/test/simple/test-stream2-set-encoding.js
+++ b/test/simple/test-stream2-set-encoding.js
@@ -163,10 +163,6 @@ test('setEncoding hex', function(t) {
// just kick it off.
tr.emit('readable');
-
- process.on('exit', function() {
- assert(!tr._readableState.decoder);
- });
});
test('setEncoding hex with read(13)', function(t) {