Skip Menu |

This queue is for tickets about the Test-VCR-LWP CPAN distribution.

Report information
The Basics
Id: 125720
Status: open
Priority: 0/
Queue: Test-VCR-LWP

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.5
Fixed in: (no value)



Subject: Failed test 'bar.tape contents do not match regex'
Even with LWP::Protocol::https installed the test suite started to fail: ... # Failed test 'bar.tape contents do not match regex' # at t/002_vcr.t line 254. # File bar.tape contents match /(?^i:apple)/ # Looks like you failed 1 test of 32. t/002_vcr.t ............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/32 subtests ...
AFAICT this is because one of the unit tests attempts to do a query against http://search.cpan.org and http://www.apple.com and is getting confused by the former actually having a string matching 'apple' in it. There's already a PR for it: https://github.com/ctriv/perl-Test-VCR-LWP/pull/1