http-useragent icon indicating copy to clipboard operation
http-useragent copied to clipboard

080-ua.t expects old rakudo.org

Open zoffixznet opened this issue 6 years ago • 0 comments

There's a test in 080-ua.t that expects old rakudo.org website.

lives-ok { HTTP::UserAgent.new.get('http://rakudo.org') }, "issue#51 - get rakudo.org (chunked encoding foul-up results in incomplete UTF-8 data)";

I'm assuming the site might need to change as the new rakudo.org uses HTTPS and had its content changed, so it's possible it no longer has the stuff that caused original problem to exhibit a bug.,


Also t/160-issue-67.t uses a site that changed.


Currently this test causes test suite failures. Sent a PR to skip this test https://github.com/sergot/http-useragent/issues/208 and in https://github.com/sergot/http-useragent/pull/211/files

zoffixznet avatar Aug 03 '18 11:08 zoffixznet