Changeset 41 in mp3-find
- Timestamp:
- 06/07/11 23:32:43 (13 years ago)
- Location:
- trunk/t
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/03-db.t
r19 r41 11 11 eval { require SQL::Abstract }; 12 12 plan skip_all => 'SQL::Abstract required to use MP3::Find::DB backend' if $@; 13 13 14 plan tests => 8; 14 15 use_ok('MP3::Find::DB') 15 16 }; 16 17 plan tests => 7;18 17 19 18 my $SEARCH_DIR = 't/mp3s'; -
trunk/t/04-new-db.t
r34 r41 11 11 eval { require SQL::Abstract }; 12 12 plan skip_all => 'SQL::Abstract required to use MP3::Find::DB backend' if $@; 13 13 14 plan tests => 8; 14 15 use_ok('MP3::Find::DB') 15 16 }; 16 17 plan tests => 7;18 17 19 18 my $SEARCH_DIR = 't/mp3s';
Note: See TracChangeset
for help on using the changeset viewer.