LearnBoost / tobi

Tobi: Expressive server-side functional testing with jQuery
409 stars 33 forks source link

Fixed URL port type casting issue #73

Closed zzen closed 12 years ago

zzen commented 12 years ago

Browser expects port in options to be typeof number (browser.js:55), however url#parse returns string. This caused URLs with port number to break.

aheckmann commented 12 years ago

merged. thanks!