Changeset 41 in mp3-find for trunk/t/04-new-db.t
- Timestamp:
- 06/07/11 23:32:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.