Skip to content

Instantly share code, notes, and snippets.

Created July 23, 2014 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0ba4f9c338e04cf2ae7e to your computer and use it in GitHub Desktop.
Save anonymous/0ba4f9c338e04cf2ae7e to your computer and use it in GitHub Desktop.
==> Testing HTTP::UserAgent
t/01-headers.t .... ok
t/02-message.t .... ok
t/03-cookies.t .... ok
t/04-request.t .... ok
t/05-response.t ... ok
t/06-ua-common.t .. ok
t/07-ua-simple.t .. ok
t/08-ua.t ......... ok
t/09-ua-ssl.t ..... 1/2 use of uninitialized value of type Any in numeric context in block at lib/HTTP/UserAgent.pm6:98
No such method 'decode' for invocant of type 'Any'
in block at lib/HTTP/UserAgent.pm6:101
in method get at lib/HTTP/UserAgent.pm6:67
in block at t/09-ua-ssl.t:13
t/09-ua-ssl.t ..... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
Test Summary Report
-------------------
t/09-ua-ssl.t (Wstat: 256 Tests: 1 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 2 tests but ran 1.
Files=9, Tests=100, 17 wallclock secs ( 0.09 usr 0.03 sys + 15.17 cusr 0.82 csys = 16.11 CPU)
Result: FAIL
test stage failed for HTTP::UserAgent: Tests failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment