Help for this page

Select Code to Download


  1. or download this
    ##########
    FILES
    ##########
    ./t/mock_db_test.t
    ./t/sample_db_data_test.pm
    
  2. or download this
    ##############
    Test execution
    ...
    All tests successful.
    Files=1, Tests=1,  0 wallclock secs ( 0.03 cusr +  0.01 csys =  0.04 C
    +PU)
    $
    
  3. or download this
    ##################
    ./t/mock_db_test.t
    ...
       ### Failure...
       diag('Some weird error: ' . $sth->errstr);
    }
    
  4. or download this
    ##########################
    ./t/sample_db_data_test.pm
    ...
    );
    
    1;