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)
commite59c1d365d9b6e1eff9b5cb030a8b1a3aaf14353
treeaf9d603f72d465179af900279018beb81dd2a500
parent1b8d669706fb952f0e5d1ad5e407073f4815907f
8784: Fix test for latest firefox.

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>
apps/workbench/test/integration/collection_upload_test.rb