Changeset 12 in mp3-find for trunk/t/03-db.t


Ignore:
Timestamp:
02/14/06 20:19:23 (18 years ago)
Author:
peter
Message:
  • added "exclude_path" option to Filesystem backend
  • added an excluded directory to the test suite ("t/dont_look_here")
  • fixed dying DB test (still a workaround for a DBD::SQLite problem)
File:
1 edited

Legend:

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

    r10 r12  
    1919my $SEARCH_DIR = 't/mp3s'; 
    2020my $DB_FILE = 't/mp3.db'; 
    21 my $MP3_COUNT = 0; 
     21my $MP3_COUNT = 1; 
    2222 
    2323# exercise the object 
Note: See TracChangeset for help on using the changeset viewer.