Skip Menu |

This queue is for tickets about the Curses-UI CPAN distribution.

Report information
The Basics
Id: 33723
Status: resolved
Priority: 0/
Queue: Curses-UI

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

Bug Information
Severity: Normal
Broken in: 0.9601
Fixed in: (no value)



Subject: t/99template.t has hard coded exit 1
t/99template.t fails because it exits with status 1. #### REMOVE #### exit 1; A non-zero exit code results in a failed test. It should instead say use Test::More skip_all => "incomplete test";
On Fri Feb 29 18:37:57 2008, MSCHWERN wrote: Show quoted text
> t/99template.t fails because it exits with status 1. > > #### REMOVE #### > exit 1; > > A non-zero exit code results in a failed test. It should instead say > > use Test::More skip_all => "incomplete test";
Sorry; in my excavations, I hadn't dug down into C::UI's testing suite yet so I didn't catch this null test file and its odd behavior. I've gotten 3 FAILs from CPAN testers in the past 24 hours due to this, which is the really odd part (that it worked just fine until now). Version 0.9602 has been released, removing the file entirely.
On Sat Mar 01 23:51:16 2008, MDXI wrote: Show quoted text
> Sorry; in my excavations, I hadn't dug down into C::UI's testing suite > yet so I didn't catch this null test file and its odd behavior. I've > gotten 3 FAILs from CPAN testers in the past 24 hours due to this, which > is the really odd part (that it worked just fine until now).
Test::More just recently fixed a bug which could mask the test's real exit status. That was in 0.76_01.