Skip Menu |

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

Report information
The Basics
Id: 80481
Status: new
Priority: 0/
Queue: Test-Pockito

People
Owner: Nobody in particular
Requestors: chhikara.vivek [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02
Fixed in: 0.02



Subject: Failed tests in Test::Pockito
Perl - 5.14.2 OS - Fedora16-i386 While installing, I found below two test are broken: 1. t/002_basic_mock.t Line - 297 reason being there are extra dots in the warning returned. 2. t/exported/test_12.t Similar as above where in for OK, it fails due to regex. $_[0] =~ /^Mock call not found to CarpCall->a at t\/.*?.t line \d+$/, "Warning properly issued." Can we not relax the above two regex a little bit so that the tests pass. Though this is already reported, given a chance, i can fix it.