0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
isaacs c75f71dd72 fs.WriteStream: Handle modifications to fs.open
If the fs.open method is modified via AOP-style extension, in between
the creation of an fs.WriteStream and the processing of its action
queue, then the test of whether or not the method === fs.open will fail,
because fs.open has been replaced.

The solution is to save a reference to fs.open on the stream itself when
the action is placed in the queue.

This fixes isaacs/node-graceful-fs#6.
2012-04-09 09:03:00 -07:00
..
disabled enable test-fs-largefile.js test 2012-04-05 18:18:48 -07:00
fixtures Change test fixture from symlink to regular file 2012-03-02 09:17:09 -08:00
internet Tests: fix jslint issues 2012-01-17 19:45:09 +01:00
message Tests: fix jslint issues 2012-01-17 19:45:09 +01:00
pummel tls: mitigate session renegotiation attacks 2012-02-16 18:15:21 +01:00
simple fs.WriteStream: Handle modifications to fs.open 2012-04-09 09:03:00 -07:00
CMakeLists.txt
common.js tests: fix more lint issues 2012-01-17 20:16:49 +01:00