~ubuntu-branches/ubuntu/saucy/nodejs/saucy-proposed

« back to all changes in this revision

Viewing changes to test/simple/test-regress-GH-1531.js

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-08-14 00:16:46 UTC
  • mfrom: (7.1.40 sid)
  • Revision ID: package-import@ubuntu.com-20130814001646-bzlysfh8sd6mukbo
Tags: 0.10.15~dfsg1-4
* Update 2005 patch, adding a handful of tests that can fail on
  slow platforms.
* Add 1004 patch to fix test failures when writing NaN to buffer
  on mipsel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
server.listen(common.PORT, function() {
45
45
  https.get({
 
46
    agent: false,
46
47
    path: '/',
47
48
    port: common.PORT,
48
 
    agent: false
 
49
    rejectUnauthorized: false
49
50
  }, function(res) {
50
51
    console.error(res.statusCode);
51
52
    gotCallback = true;