semifor / Net-Twitter

A Perl interface to the Twitter APIs
83 stars 37 forks source link

t/10_net-twitter-regression.t and t/12_identica.t fail (with newest JSON::XS?) #60

Closed eserte closed 7 years ago

eserte commented 8 years ago

My smoker machines report a new failure:

#   Failed test 'relationship_exists scalar args'
#   at t/10_net-twitter-regression.t line 43.
#          got: '200 OK at t/10_net-twitter-regression.t line 43'
#     expected: undef
200 OK at t/10_net-twitter-regression.t line 45# 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/10_net-twitter-regression.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/5 subtests
...
200 OK at t/12_identica.t line 21# Looks like you planned 5 tests but ran 1.
# Looks like your test exited with 2 just after 1.
t/12_identica.t ................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/5 subtests

It seems that the problem is caused by JSON-XS-3.02.

semifor commented 7 years ago

Is this still an issue for you @eserte, or did #62 resolve it?