Skip Menu |

This queue is for tickets about the Gtk3 CPAN distribution.

Report information
The Basics
Id: 96904
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Gtk3

People
Owner: XAOC [...] cpan.org
Requestors: XAOC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.016
Fixed in: (no value)



Subject: Test failures in t/overrides.t are ambiguous
If there's a failure during testing in t/overrides.t, it's not clear what was being tested when the failure occurred. Add the text string part to functions from Test::More (ok/is/like/is_deeply/etc.) so that whenever a new Gtk3 test function block is entered, the current function being tested gets output to STDERR, and if a test fails, the tester can get a rough idea of where the failure occurred. Or maybe just use the note() function, and change the comments at the top of each test block to calls to note().
Pushed change as commit 699d928a1cfa8e9182be07d9529a812422c64d91 https://git.gnome.org/browse/perl-Gtk3/commit/?id=699d928a1cfa8e9182be07d9529a812422c64d91 Setting ticket status to "resolved"