isaacs
3e1b1dd4a9
Remove excessive copyright/license boilerplate
The copyright and license notice is already in the LICENSE file. There
is no justifiable reason to also require that it be included in every
file, since the individual files are not individually distributed except
as part of the entire package.
10 years ago
Fedor Indutny
0e19476595
test: split test in parallel/sequential
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: https://github.com/iojs/io.js/pull/172
Fix : iojs/io.js#139
10 years ago
Ben Noordhuis
05b3f88064
test: use common.PORT in simple/test-regress-GH-1697
13 years ago
isaacs
e74a733024
Fix #3448 Use listen callback in test-regress-GH-1697
13 years ago
Ben Noordhuis
7f4aba91d3
test: include common.js in all tests
13 years ago
Ben Noordhuis
fd29448be0
test: add missing copyright headers
13 years ago
Ryan Dahl
040cf02724
Re-land Bert's test for #1697
Was reverted out in cde81a6675
13 years ago
Ryan Dahl
cde81a6675
Revert "Add regression test for issue 1697"
Causing many test failures due to lingering process
This reverts commit 8b754a9e02
.
13 years ago
Bert Belder
8b754a9e02
Add regression test for issue 1697
13 years ago
koichik
8293bb8a32
test: refactored http test.
Many http tests had used legacy http.Client.
This refactored it to use modern API.
Fixes #1528 .
14 years ago
Ryan Dahl
55048cdf79
Update copyright headers
14 years ago
Oleg Efimov
0665f0271e
GJSLint all simple tests exclude http-*, url, path
14 years ago
Oleg Efimov
c0d69a4883
GJSLint part of tests
14 years ago
Ryan Dahl
265cda97d7
Fix zero length buffer bug for http res.end()
Reported by Kadir Pekel <kadirpekel@gmail.com>
14 years ago