node/test
Ben Noordhuis f0c1376e07 net: make .write() throw on bad input
Passing a non-buffer or non-string argument to Socket.prototype.write triggered
an assert:

  Assertion failed: (Buffer::HasInstance(args[0])), function Write,
  file ../src/stream_wrap.cc, line 289.

Fixes #2532.
2012-01-14 02:13:24 +01:00
..
disabled test: add missing copyright headers 2011-12-06 22:02:26 +01:00
fixtures test: new test, verify that we don't close and reuse fd 0 2011-12-06 22:02:26 +01:00
internet Add binding to uv_getaddrinfo 2011-10-20 15:06:53 -07:00
message Remove separation of libuv tests 2011-11-02 16:38:59 -07:00
pummel test: add missing copyright headers 2011-12-06 22:02:26 +01:00
simple net: make .write() throw on bad input 2012-01-14 02:13:24 +01:00
CMakeLists.txt
common.js fix test-http-curl-chunk-problem.js and test-pipe-file-to-http.js on windows 2011-10-25 14:10:12 -07:00