Revision: 894 Author: tim.bunce Date: Thu Oct 29 05:58:15 2009 Log: Tried again to avoid (presumed) floating point issues like http://www.nntp.perl.org/group/perl.cpan.testers/2009/10/msg5789940.html
http://code.google.com/p/perl-devel-nytprof/source/detail?r=894 Modified: /trunk/t/30-util.t ======================================= --- /trunk/t/30-util.t Wed Oct 28 04:10:16 2009 +++ /trunk/t/30-util.t Thu Oct 29 05:58:15 2009 @@ -28,7 +28,7 @@ is(fmt_incl_excl_time(3, 2), "3.00s (2.00+1.00)"); is(fmt_incl_excl_time(3, 2.997), "3.00s (3.00+3.00ms)"); is(fmt_incl_excl_time(0.1, 0.0997), "100ms (99.7+300$us)"); -is(fmt_incl_excl_time(1.5e-5, 3.5e-6), "15$us (4+12)"); +is(fmt_incl_excl_time(4e-5, 1e-5), "40$us (10+30)"); is html_safe_filename('/foo/bar'), 'foo-bar'; is html_safe_filename('\foo\bar'), 'foo-bar'; --~--~---------~--~----~------------~-------~--~----~ 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] -~----------~----~----~----~------~----~------~--~---
