8784: Fix test for latest firefox.
authorTom Clegg <tom@curoverse.com>
Fri, 30 Jun 2017 19:34:08 +0000 (15:34 -0400)
committerTom Clegg <tom@curoverse.com>
Fri, 30 Jun 2017 19:34:08 +0000 (15:34 -0400)
Given "http://host:99999/path", Firefox 54 returns an error
"SyntaxError: The URI is malformed" instead of trying to connect to
port 99999 and returning a network error. Changing 99999 to 0 produces
the try-and-fail behavior we want to test.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curoverse.com>


No differences found