From: Eric Gillespie Date: Thu, 7 Sep 2023 17:25:17 +0000 (-0500) Subject: fix tests after shortening CD filenames X-Git-Url: https://diplodocus.org/git/flac-archive/commitdiff_plain/78e4413e778146a75ae2797c9f30bb120a90d880?hp=49c989802328cc7723f410d6d8b92754d207981e fix tests after shortening CD filenames broken by commit 8f216f0 when i shortened CD file names because those have strict length requirements --- diff --git a/t/filenames.t b/t/filenames.t index c5c1ad2..43456f0 100644 --- a/t/filenames.t +++ b/t/filenames.t @@ -94,8 +94,8 @@ is epg::flac::archive::mp3::cd::filename( TRACKNUMBER => [1] } ), - '01_Care_4.mp3', - 'fa-mp3cd PART goes into filename, PARTNUMBER ignored'; + '01_Care.mp3', + 'fa-mp3cd PART and PARTNUMBER ignored'; is epg::flac::archive::mp3::cd::filename( { @@ -112,8 +112,8 @@ is epg::flac::archive::mp3::cd::filename( TRACKNUMBER => [3] } ), - '03_Murder_Machines_12_inch_remix.mp3', - 'fa-mp3cd VERSION goes into filename'; + '03_Murder_Machines.mp3', + 'fa-mp3cd VERSION not in filename'; is epg::flac::archive::mp3::cd::filename( { @@ -121,8 +121,8 @@ is epg::flac::archive::mp3::cd::filename( TRACKNUMBER => [4] } ), - '04_testing_both_and_with_leading_0_live_04.mp3', - 'fa-mp3cd PARTNUMBER with leading 0 and VERSION'; + '04_testing_both_and_with_leading_0.mp3', + 'fa-mp3cd PARTNUMBER and VERSION not in filename'; # # flac2mp3