Subject: | t/catalyst-action-rest.t fails |
Date: | Sun, 1 Feb 2015 10:01:20 +0100 |
To: | bug-Catalyst-Action-REST [...] rt.cpan.org |
From: | Emmanuel Seyman <emmanuel [...] seyman.fr> |
I'm trying to update Catalyst-Action-REST's package in Fedora's rawhide branch and I'm seeing one test fail:
t/catalyst-action-rest.t ................................ ok
# Failed test 'GET the serialized request succeeded'
# at t/catalyst-action-serialize-accept.t line 47.
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "Content-Type applica...") at t/catalyst-action-serialize-accept.t line 48.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 5.
t/catalyst-action-serialize-accept.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/5 subtests
Emmanuel