On Jul 8, 2005, at 10:56 PM, Chris Devers wrote:
The first failed test is:

    use MacOSX::File::Catalog;
    ...
    my $asked = askgetfileinfo("dummy");
    $asked eq "avbstcLinmed" ? ok(1) : ok(0);

Dan, it would be helpful if you'd just write lines like this simply as:

   ok $asked, "avbstcLinmed";

because then people can turn on TEST_VERBOSE=1 and see how the output differs from the expected output.

 -Ken

Reply via email to