Changeset 41 in mp3-find


Ignore:
Timestamp:
06/07/11 23:32:43 (13 years ago)
Author:
peter
Message:

Fixed failing tests by correcting test plan numbers and moving the plan above the first use_ok call.

Location:
trunk/t
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/t/03-db.t

    r19 r41  
    1111    eval { require SQL::Abstract }; 
    1212    plan skip_all => 'SQL::Abstract required to use MP3::Find::DB backend' if $@; 
    13      
     13 
     14    plan tests => 8; 
    1415    use_ok('MP3::Find::DB')  
    1516}; 
    16  
    17 plan tests => 7; 
    1817 
    1918my $SEARCH_DIR = 't/mp3s'; 
  • trunk/t/04-new-db.t

    r34 r41  
    1111    eval { require SQL::Abstract }; 
    1212    plan skip_all => 'SQL::Abstract required to use MP3::Find::DB backend' if $@; 
    13      
     13 
     14    plan tests => 8; 
    1415    use_ok('MP3::Find::DB')  
    1516}; 
    16  
    17 plan tests => 7; 
    1817 
    1918my $SEARCH_DIR = 't/mp3s'; 
Note: See TracChangeset for help on using the changeset viewer.