Add tests

This commit is contained in:
Frank Schulz
2018-03-21 12:53:58 +01:00
parent 2b5cfcfb05
commit a36a10b2bf
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -1497,6 +1497,8 @@ namespace https_tests {
https.request('http://www.example.com/xyz');
https.globalAgent.options.ca = [];
{
const server = new https.Server();
+2
View File
@@ -561,6 +561,8 @@ namespace https_tests {
});
https.request('http://www.example.com/xyz');
https.globalAgent.options.ca = [];
}
////////////////////////////////////////////////////
+2
View File
@@ -1015,6 +1015,8 @@ namespace https_tests {
});
https.request('http://www.example.com/xyz');
https.globalAgent.options.ca = [];
}
////////////////////////////////////////////////////
+2
View File
@@ -1093,6 +1093,8 @@ namespace https_tests {
});
https.request('http://www.example.com/xyz');
https.globalAgent.options.ca = [];
}
////////////////////////////////////////////////////
+2
View File
@@ -1471,6 +1471,8 @@ namespace https_tests {
https.request('http://www.example.com/xyz');
https.globalAgent.options.ca = [];
{
const server = new https.Server();