diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2019-07-13 18:29:34 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2019-07-15 09:42:38 +1000 |
commit | 11461172290a5110e30928295f3379d6e424d1d8 (patch) | |
tree | e0d1b7a3f3f2a42139f095e2ccaa321bf440ad1b /test/flac-to-flac-metadata-test-files/case01d-expect.meta | |
parent | cd03042ea9a07429882f16e14a9695e77a2f059f (diff) | |
download | flac-11461172290a5110e30928295f3379d6e424d1d8.tar.gz |
test: Ignore varying length in metadata
The metadata test checked for specific lengths which change from 5 bytes for
something like "1.3.2" to 9 bytes for something like "1.3.3pre1".
Diffstat (limited to 'test/flac-to-flac-metadata-test-files/case01d-expect.meta')
-rw-r--r-- | test/flac-to-flac-metadata-test-files/case01d-expect.meta | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/flac-to-flac-metadata-test-files/case01d-expect.meta b/test/flac-to-flac-metadata-test-files/case01d-expect.meta index 0dd5f032..25ceaecb 100644 --- a/test/flac-to-flac-metadata-test-files/case01d-expect.meta +++ b/test/flac-to-flac-metadata-test-files/case01d-expect.meta @@ -1,7 +1,7 @@ METADATA block #0 type: 0 (STREAMINFO) is last: false - length: 34 + length: XXX sample_rate: 44100 Hz channels: 2 bits-per-sample: 16 @@ -10,7 +10,7 @@ METADATA block #0 METADATA block #1 type: 3 (SEEKTABLE) is last: false - length: 180 + length: XXX seek points: 10 point 0: sample_number=0 point 1: sample_number=4096 @@ -25,7 +25,7 @@ METADATA block #1 METADATA block #2 type: 5 (CUESHEET) is last: false - length: 540 + length: XXX media catalog number: 1234567890123 lead-in: 88200 is CD: true @@ -59,7 +59,7 @@ METADATA block #2 METADATA block #3 type: 4 (VORBIS_COMMENT) is last: false - length: 203 + length: XXX comments: 6 comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB @@ -70,10 +70,10 @@ METADATA block #3 METADATA block #4 type: 2 (APPLICATION) is last: false - length: 4 + length: XXX application ID: 66616b65 data contents: METADATA block #5 type: 1 (PADDING) is last: true - length: 1234 + length: XXX |