summaryrefslogtreecommitdiff
path: root/test/simple/test-readdir.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove separation of libuv testsRyan Dahl2011-11-021-1/+1
|
* test: replace .addListener() calls with .on()Ben Noordhuis2011-10-151-1/+1
|
* test: add test for #1869Ben Noordhuis2011-10-121-0/+31
| | | | fs.readdir() on file should raise ENOTDIR, not UNKNOWN.
* Update copyright headersRyan Dahl2011-03-141-0/+21
|
* GJSLint continueOleg Efimov2010-12-051-15/+14
|
* Fix global leaksRyan Dahl2010-12-041-2/+2
|
* Migrated from sys.p to console.dirMicheil Smith2010-10-111-2/+2
|
* More changes to tests so they really work under context module loader.Herbert Vojčík2010-08-171-2/+2
| | | | Plus, getting rid of test/common.js defining things in global.
* Update tests to work with module contextsRyan Dahl2010-07-151-2/+3
|
* :%s/sys.puts/console.log/gRyan Dahl2010-06-231-4/+4
| | | | and there was much rejoicing
* Remove process.mixin dependency from all tests.isaacs2010-03-081-1/+1
|
* Remove fs/path globals from test suiteFelix Geisendörfer2010-03-081-0/+2
| | | | | | | 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
* Decoupled readdir test.arlolra2010-02-251-17/+14
|
* Split tests.arlolra2010-02-251-0/+40