From 68f420b2468d4881c66548321c46307f7ce5c5fc Mon Sep 17 00:00:00 2001 From: Marco Ziener Date: Wed, 13 Oct 2010 12:01:28 +0200 Subject: Changes --- id3v2.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'id3v2.erl') diff --git a/id3v2.erl b/id3v2.erl index 196288a..fc49183 100644 --- a/id3v2.erl +++ b/id3v2.erl @@ -421,7 +421,7 @@ v1genre(_) -> "Unknown". %% Tests %% ------------------------------------------------------------ --define(TESTPATTERN, "/media/everything/music/The Roots/Things Fall Apart/*.mp3"). +-define(TESTPATTERN, "./ac/*.mp3"). test() -> Start = now(), @@ -431,7 +431,7 @@ test() -> read_files([FN|Rest], Total, Fail) -> case read_file(FN) of {ok, Props} -> - ?DBG({?GV(trck, Props), ?GV(tit2, Props)}), + ?DBG({?GV(tpe1, Props), ?GV(tit2, Props)}), read_files(Rest, Total+1, Fail); not_found -> read_files(Rest, Total+1, Fail+1) -- cgit v1.2.3