The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-fs-write.js @ 6f043940

History | View | Annotate | Download (2.72 KB)

# Date Author Comment
018e110c 10/14/2011 07:08 PM Ben Noordhuis

test: replace .addListener() calls with .on()

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

d1f36acc 12/17/2010 12:50 PM Ryan Dahl

Remove toJSON usage - it was removed from V8

0665f027 12/05/2010 06:41 PM Oleg Efimov

GJSLint all simple tests exclude http-*, url, path

b52b4196 11/22/2010 02:55 PM isaacs

Fix problem with requireNative not exporting 'module' object

Broke require('constants'). Add unrelated test which breaks it.

604f4fdf 10/22/2010 01:02 PM Ryan Dahl

Write write.txt into the tmpdir

9c7c6e93 08/30/2010 04:58 PM Marco Rogers

Fixed async fs writes with length 0, it should fire the callback

6744e59e 08/17/2010 02:57 AM Marco Rogers

detect 0 length fs writes with tests

9fd5e3c8 07/15/2010 05:21 PM Ryan Dahl

Update tests to work with module contexts

ba792ea2 06/23/2010 11:05 PM Ryan Dahl

:%s/sys.puts/console.log/g

and there was much rejoicing

fe89caba 06/10/2010 06:17 PM Ryan Dahl

Improve fs.write tests

5861db8a 03/08/2010 08:57 PM isaacs

Remove process.mixin dependency from all tests.

44dde5f2 03/08/2010 01:20 PM Felix Geisendörfer

Remove fs/path globals from test suite

It is way too easy to not notice bugs due to those modules being
exported as globals while running the test suite.

See: http://github.com/ry/node/issues#issue/75

04fac198 02/25/2010 02:41 PM arlolra

Split tests.