Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^6: Strategy for conditional logging in tests

by andreas1234567 (Vicar)
on Apr 02, 2008 at 09:29 UTC ( [id://677920]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # foo.t
    use strict;
    ...
    # Note: I want a warning here:
    cmp_ok(add(1000,1000), q{==}, 2000, q{Expect 1000+1000=2000});
    __END__
    
  2. or download this
    $ prove foo.t
    foo......1/? [WARN] 2008/04/02 11:26:41 main::add foo.pl:20 - possible
    + overflow
    ...
    All tests successful.
    Files=1, Tests=8,  1 wallclock secs ( 0.01 usr  0.00 sys +  0.08 cusr 
    + 0.01 csys =  0.10 CPU)
    Result: PASS
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://677920]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-19 12:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found