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-readdir.js @ 6f043940

History | View | Annotate | Download (2.42 KB)

# Date Author Comment
48650639 01/17/2012 01:45 PM Andreas Madsen

Tests: fix jslint issues

850609ea 11/02/2011 07:38 PM Ryan Dahl

Remove separation of libuv tests

018e110c 10/14/2011 07:08 PM Ben Noordhuis

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

c82828ec 10/12/2011 11:37 AM Ben Noordhuis

test: add test for #1869

fs.readdir() on file should raise ENOTDIR, not UNKNOWN.

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

Update copyright headers

0ce9cbab 12/05/2010 12:28 PM Oleg Efimov

GJSLint continue

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

372a7c9a 10/11/2010 07:21 PM Micheil Smith

Migrated from sys.p to console.dir

cf2b206a 08/17/2010 11:41 AM Herbert Vojčík

More changes to tests so they really work under context module loader.

Plus, getting rid of test/common.js defining things in global.

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

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

3497da37 02/25/2010 09:49 PM arlolra

Decoupled readdir test.

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

Split tests.