node/test
Rich Trott e4d0e86165 test: refactor test-https-simple.js
This refactoring:

* eliminates the need for the external `curl` command
* speeds the test by running the two test requests simultaneously
* checks the type of error in the test that expects a failure
    (previously, any error type would cause the test to pass)

PR-URL: https://github.com/nodejs/node/pull/2433
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2015-08-25 14:23:41 +10:00
..
addons test: drop Isolate::GetCurrent() from addon tests 2015-08-19 11:39:28 -04:00
cctest
debugger debugger: improve ESRCH error message 2015-06-05 05:54:19 +02:00
disabled test: fix messages and use return to skip tests 2015-08-03 21:32:48 +05:30
fixtures crypto: check for OpenSSL errors when signing 2015-08-19 11:39:28 -04:00
gc test: add spaces after keywords 2015-08-23 22:03:36 +10:00
internet test: use reserved IP in test-net-connect-timeout 2015-08-24 10:00:56 +10:00
message test: remove unreachable code 2015-08-21 20:31:11 +10:00
parallel test: refactor test-https-simple.js 2015-08-25 14:23:41 +10:00
pummel test: remove two obsolete pummel tests 2015-08-04 11:56:15 -07:00
sequential repl: dont throw ENOENT on NODE_REPL_HISTORY_FILE 2015-08-21 20:31:10 +10:00
testpy test: create temp dir in common.js 2015-06-12 10:27:29 +10:00
timers test: enable linting for tests 2015-05-19 21:21:27 +02:00
.eslintrc test: disallow unreachable code 2015-08-21 20:31:11 +10:00
common.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30