node/test
Felix Geisendörfer c93e0aaf06 Deprecate string interface for fs.read()
This patch makes buffers the preferred output for fs.read() and
fs.readSync(). The old string interface is still supported by
converting buffers to strings dynamically. This allows to remove the
C++ code for string handling which is also part of this patch.
2010-05-20 16:31:18 -07:00
..
disabled Allow process.setuid() and process.setgid() to accept string names in lieu of numeric IDs 2010-05-18 17:41:10 -07:00
fixtures fs.WriteStream.write should support buffer 2010-05-17 19:44:14 -07:00
internet Split tests. 2010-02-25 11:41:11 -08:00
pummel Disable test-signal-unregister.js as functionality doesn't exist yet 2010-05-12 12:45:53 -07:00
simple Deprecate string interface for fs.read() 2010-05-20 16:31:18 -07:00
common.js Tests should use compiled-in modules not build-dir modules 2010-03-15 08:14:51 -07:00