Author: tim.bunce
Date: Wed Mar 11 02:35:03 2009
New Revision: 712

Modified:
    trunk/t/50-errno.t

Log:
Enable more detail on this test failure
http://www.nntp.perl.org/group/perl.cpan.testers/2009/03/msg3444845.html


Modified: trunk/t/50-errno.t
==============================================================================
--- trunk/t/50-errno.t  (original)
+++ trunk/t/50-errno.t  Wed Mar 11 02:35:03 2009
@@ -16,7 +16,7 @@
  is 0+$!, 9999, '$! should not be altered by NYTProf';

  my $size1 = -s $nytprof_out;
-ok $size1, "$nytprof_out should be non-empty";
+cmp_ok $size1, '>', 0, "$nytprof_out should exist and not be empty";

  $! = 9999;
  example_sub();

--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to