Test-More / TB2

Test::Builder version 2, the next generation of building testing modules in Perl
Other
1 stars 0 forks source link

JROBINSON/SQL-Translator-0.11007.tar.gz broken by 2.00_0{1,2,3} #131

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

From: @andk Date: Thursday Jan 13, 2011 at 06:20 GMT Orig: https://github.com/Test-More/test-more/issues/107

http://analysis.cpantesters.org/reports_by_field?distv=SQL-Translator-0.11007;field=mod%3ATest%3A%3AMore

schwernbot commented 10 years ago

From: @andk Date: Thursday Jan 13, 2011 at 06:23 GMT Orig: https://github.com/Test-More/test-more/issues/107#issuecomment-674012

Sister ticket at https://rt.cpan.org/Ticket/Display.html?id=64728

schwernbot commented 10 years ago

From: @andk Date: Thursday Jan 13, 2011 at 06:25 GMT Orig: https://github.com/Test-More/test-more/issues/107#issuecomment-674014

I accidentally closed the issue. Cannot see how to reopen it:-(

schwernbot commented 10 years ago

From: @schwern Date: Friday Jan 14, 2011 at 05:05 GMT Orig: https://github.com/Test-More/test-more/issues/107#issuecomment-676830

Thanks, I've reopened it. It's in the "Actions" menu at the top. I don't know if non admins are allowed to reopen.

schwernbot commented 10 years ago

From: @schwern Date: Saturday Feb 05, 2011 at 11:06 GMT Orig: https://github.com/Test-More/test-more/issues/107#issuecomment-741478

Diagnosis: This is due to Result->description taking a "Str" and it's giving it an object. TB2 should probably coerce everything to a string rather than vomit.

Also they probably shouldn't be using a raw object as a test name.

schwernbot commented 10 years ago

From: @schwern Date: Wednesday Nov 16, 2011 at 07:17 GMT Orig: https://github.com/Test-More/test-more/issues/107#issuecomment-2756526

I can confirm that #137 fixed this.