test: remove obsolete TODO comments
authorRich Trott <rtrott@gmail.com>
Mon, 22 Jun 2015 20:58:29 +0000 (13:58 -0700)
committerRich Trott <rtrott@gmail.com>
Tue, 23 Jun 2015 22:11:35 +0000 (15:11 -0700)
Not using test_ca.pem in these files anymore.
Using elipses.txt which has multibyte chars.
Not clear what constitutes "large" but that
can be a different ticket if elipses.txt etc.
are insufficiently large.

PR-URL: https://github.com/nodejs/io.js/pull/2032
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
test/parallel/test-fs-read-stream-inherit.js
test/parallel/test-fs-read-stream.js

index 3b53578..2261b26 100644 (file)
@@ -2,10 +2,6 @@
 var common = require('../common');
 var assert = require('assert');
 
-// TODO Improved this test. test_ca.pem is too small. A proper test would
-// great a large utf8 (with multibyte chars) file and stream it in,
-// performing sanity checks throughout.
-
 var path = require('path');
 var fs = require('fs');
 var fn = path.join(common.fixturesDir, 'elipses.txt');
index 490ae08..e6aa997 100644 (file)
@@ -2,10 +2,6 @@
 var common = require('../common');
 var assert = require('assert');
 
-// TODO Improved this test. test_ca.pem is too small. A proper test would
-// great a large utf8 (with multibyte chars) file and stream it in,
-// performing sanity checks throughout.
-
 var path = require('path');
 var fs = require('fs');
 var fn = path.join(common.fixturesDir, 'elipses.txt');